compio-executor
Low-level executor for compio.
This crate provides the async executor that coordinates task execution without any IO. It assumes thread-per-core (singlethreaded) with compromises to support multithreaded wakers.
Usage
You should use compio-runtime or compio::runtime instead of using this crate directly if you want I/O support (io-uring, IOCP etc) from compio.