rodin-bot
|
a79249bbff
|
fix: correct drifted citations at commit f53b654
- traits.md: iterator.rs anchor L76→L42 (pub const trait Iterator)
- traits.md: deref.rs anchor L60→L139 (pub const trait Deref)
- error-handling.md: fix variant names CliError::Io→IoError, Parse→ParseError
to match actual stdlib doc example at convert/mod.rs:557
- concurrency.md: mutex.rs and rwlock.rs moved to sync/poison/ subtree
(3 link updates: mutex×2, rwlock×1)
|
2026-05-06 17:22:48 -07:00 |
|
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 |
|