Module actix_rt::task [−][src]
Task management (Tokio re-exports).
Structs
| JoinError | Task failed to execute to completion. |
| JoinHandle | An owned permission to join on a task (await its termination). |
Functions
| spawn_blocking | Runs the provided closure on a thread where blocking is acceptable. |
| yield_now | Yields execution back to the Tokio runtime. |