Commit Graph

1 Commits

Author SHA1 Message Date
Rodin f397dba013 docs: concurrency patterns from rust-lang/rust
10 patterns, 723 lines. Full spec compliance.
Patterns: Send/Sync, Arc<Mutex<T>>, RwLock, atomics, channels,
OnceLock/LazyLock, scoped threads, Cell/RefCell, thread_local!,
poisoning.
2026-04-30 15:04:32 -07:00