·
3 commits
to main
since this release
Initial alpha release
This is the initial alpha release to share an unstable version of the ringolo async runtime.
It contains most of the core features for the runtime:
- Local scheduler
- Work stealing scheduler
io_uringdrivers (Single/Batch/Chain/MultiShot)- Support for many
io_uringopcodes - Support for direct descriptors
What is missing
As indicated in the README.md section Exiting Alpha Status, the runtime is crucially missing:
- Support for all
io_uringopcodes - Support for Provided Buffers
- Support for Registered Buffers
- Higher level user libraries for building futures and programs (e.g:
future::lib::{fs, sync, net}) with examples