Expand description
This module provides a simple wrapper
around the tokio::task module.
Structs§
- An owned permission to join on a task (await its termination).
Functions§
- Spawn a task globally (could be sent between threads).
- Spawn a task locally (in the same thread).