What do the vertical bars represent here?
str::thread::spawn(|| { println!("LinkedIn"); });
a thread
a future
a closure
a block