Module photonio_uring::task
source · Expand description
Primitives for asynchronous tasks.
This module is similar to std::thread
, but for asynchronous tasks
instead of threads.
Structs
A handle to await a task.
A handle to an asynchronous task.
A unique identifier for a task.