Structs§
Functions§
- block_
on - Emulates tokio’s block_on call
- block_
on_ runtime - Emulates tokio’s block_on call
- new_
spawn_ ring - Create a primitive that lets you distribute tasks across worker threads in a round-robin fashion
- spawn
- Spawns the task on a random thread
- spawn_
at - Spawns the task on a specific thread
- unsafe_
block_ ⚠on_ runtime - Emulates tokio’s block_on call
- unsafe_
spawn ⚠ - Safety
- unsafe_
spawn_ ⚠at - Safety