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
12
13
14
# Runtime Entry

Preferred entrypoints:

- `spargio::run(...)`
- `spargio::run_with(builder, ...)`
- optional `#[spargio::main(...)]` (feature `macros`).

Key builder controls:

- shard count
- message queue capacity knobs
- steal queue/budget knobs
- optional thread affinity mapping.