concurrent-queue topic

List concurrent-queue repositories

csv

235
Stars
32
Forks
Watchers

[DEPRECATED] See https://github.com/p-ranav/csv2

goconcurrentqueue

365
Stars
32
Forks
Watchers

Go concurrent-safe, goroutine-safe, thread-safe queue

cpp-channel

291
Stars
26
Forks
Watchers

Thread-safe container for sharing data between threads

QSDispatchQueue

19
Stars
6
Forks
Watchers

A Way to control maxConcurrentCount of GCD concurrent queue by dispatch_semaphore

async-utilities

18
Stars
0
Forks
Watchers

An asynchronous tools library in the style of higher-order functions.

ok-lib

52
Stars
5
Forks
Watchers

Generic type-safe vector, hash map, and concurrent queue for C

threading_library

17
Stars
0
Forks
Watchers

A simple & header-only threading library written in C++20 .

conexec

23
Stars
1
Forks
Watchers

Concurrent Executor for efficient tasks execution with controlled concurrency and optimized resource utilization.

spsc_queue

35
Stars
4
Forks
Watchers

A fast, concurrent, bounded, single producer, single consumer queue