concurrency topic
aiochan
CSP-style concurrency for Python
itogami
Fastest and most efficient goroutine pool (experimental)
gpool
gpool - a generic context-aware resizable goroutines pool to bound concurrency based on semaphore.
perennial
Verifying concurrent crash-safe systems
EF.DbContextFactory
With EF.DbContextFactory you can resolve easily your DbContext dependencies in a safe way injecting a factory instead of an instance itself, enabling you to work in multi-thread contexts with Entity F...
awesome-go-education
A curated list of awesome articles and resources for learning and practicing Go and its related technologies.
swift-design-patterns
🚀 The ultimate collection of Software Design Patterns & Principles with examples [38/79 Patterns].
go-channel-compendium
Interesting ways of using Go channels by John Graham-Cumming