concurrency topic

List concurrency repositories

aiochan

160
Stars
10
Forks
Watchers

CSP-style concurrency for Python

itogami

129
Stars
7
Forks
Watchers

Fastest and most efficient goroutine pool (experimental)

gpool

89
Stars
4
Forks
Watchers

gpool - a generic context-aware resizable goroutines pool to bound concurrency based on semaphore.

bipolar

24
Stars
1
Forks
Watchers

A nano concurrency library

perennial

133
Stars
32
Forks
Watchers

Verifying concurrent crash-safe systems

EF.DbContextFactory

91
Stars
21
Forks
Watchers

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

336
Stars
29
Forks
Watchers

A curated list of awesome articles and resources for learning and practicing Go and its related technologies.

channel

65
Stars
7
Forks
Watchers

Go-like channels for JavaScript

swift-design-patterns

293
Stars
35
Forks
Watchers

🚀 The ultimate collection of Software Design Patterns & Principles with examples [38/79 Patterns].

go-channel-compendium

22
Stars
3
Forks
Watchers

Interesting ways of using Go channels by John Graham-Cumming