compio-executor 0.1.0-rc.1

Executor for compio
Documentation

compio-executor

MIT licensed crates.io docs.rs Check Test

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.