#async
Wiki 2
- The Sync Bound Nobody Asked For verrchu's deep-dive on why `&self` in async trait methods returning `Send` futures silently demands `Self: Sync`, and why `&mut self` quietly fixes it
- Tokio gives progress, not ordering Tokio's fairness guarantee assumes a task bound that only the application can supply