lang::spawn
Goroutine join handle: spawn(f) -> JoinHandle<T>, .join() -> Result<T, String>.
spawn(f)
JoinHandle<T>
.join()
Result<T, String>