Expand description
Thread spawning, on the targets that have threads. Empty elsewhere: use
future::spawn_detached, which is portable.
Structs§
- Join
Handle - An owned permission to join on a thread (block on its termination).
Functions§
- spawn
- Spawns a new thread, returning a
JoinHandlefor it.