tokio-knowledge-patch
Installation
SKILL.md
Tokio Knowledge Patch
Baseline: Tokio through 1.39.x. Covered range: Tokio 1.39.0 through 1.52.0, plus the included tokio-util and tokio-stream updates.
Use this patch to choose safe dependency floors, account for changed behavior, and select APIs added after the baseline. Check the detailed topic reference before implementing version-sensitive code.
Reference index
| Reference | Topics |
|---|---|
| compatibility.md | Rust and dependency floors, safe patch releases, upgrade regressions, build flags |
| runtime-and-tasks.md | Runtime construction, local execution, cooperative scheduling, task APIs, metrics, tracing |
| synchronization.md | watch, broadcast, mpsc, oneshot, Notify, permits, and single-assignment state |
| io-and-filesystem.md | Async I/O types, files, pipes, AIO, and unstable io_uring filesystem support |
| networking-process-signals.md | Socket behavior and options, platform targets, child processes, and signals |
| tokio-util-and-stream.md | tokio-util 0.7.12–0.7.18 and tokio-stream 0.1.16–0.1.18 |