spargio 0.5.1

Work-stealing async runtime for Rust built on io_uring and msg_ring
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Introduction

Spargio is a sharded async runtime on Linux `io_uring` with submission-time
task placement and work stealing.

Use this book for:

- choosing runtime entry and placement APIs
- selecting fs/net/io surfaces
- authoring low-level native extensions safely
- running and interpreting benchmark guardrails.