Skip to main content

rust-concurrency

Concurrent and async Rust - `Send`/`Sync`, scoped threads, `Arc<Mutex<_>>` discipline, channels, rayon, and the tokio rules that the compiler cannot check for you (blocking the executor, holding a lock across `.await`, cancellation safety, structured shutdown). Use when adding threads, tasks, channels, or atomics, when a future never completes or a task silently disappears, when choosing between threads/rayon/async, or when reviewing code that shares mutable state. Includes verification with miri, loom, and ThreadSanitizer.

Zur Installation springen

Quellinformationen

Repository
inference-gateway/skills
Letzte Quellaktivität
29. Juli 2026 um 09:47
Erkannte Sprache von SKILL.md
Englisch
Sterne
1
Forks
1

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.