Implements a single-threaded reactor and executor using Linux's io_uring system.
The reactor does not support cloning the waker or using it to wake the current task. This is done as an optimization to make this implementation zero cost.
Implements a single-threaded reactor and executor using Linux's io_uring system.
The reactor does not support cloning the waker or using it to wake the current task. This is done as an optimization to make this implementation zero cost.