Crate kioto_uring_executor

Source

Structs§

Runtime
SpawnRing

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

Attribute Macros§

main
test