concurrent-queue
There are 23 repositories under concurrent-queue topic.
andreiavrammsd/cpp-channel
Thread-safe container for sharing data between threads
enriquebris/goconcurrentqueue
Go concurrent-safe, goroutine-safe, thread-safe queue
p-ranav/csv
[DEPRECATED] See https://github.com/p-ranav/csv2
brackeen/ok-lib
Generic type-safe vector, hash map, and concurrent queue for C
Deaod/spsc_queue
A fast, concurrent, bounded, single producer, single consumer queue
anhhuu/conexec
Concurrent Executor for efficient tasks execution with controlled concurrency and optimized resource utilization.
buaa0300/QSDispatchQueue
A Way to control maxConcurrentCount of GCD concurrent queue by dispatch_semaphore
bowencool/async-utilities
An asynchronous tools library in the style of higher-order functions.
GLaDOS-418/threading_library
A simple & header-only threading library written in C++20 .
HowProgrammingWorks/ConcurrentQueue
Asynchronous Concurrent Queue with Priority and Factor
flexxxxer/concurrent-queue
dynamic lock-free queue implementation
HowProgrammingWorks/Concurrency
ConcurrentQueue, throttling, etc.
ifsantana/kitchen-flow
Real-time system that emulates the fulfillment of delivery orders for a kitchen
murfel/multiqueue
🐙 An implementation of a concurrent relaxed priority queue
mccarrmb/automator-selenium
A modifiable, Ruby-based Selenium3 project scaffold
peletor/treiber
Go's concurrent and scalable lock-free data structures are based on the concept of a Treiber stack.
ArpadBalika/Thread-safe-queue
Thread safe queue implementation in C++ for multiple consumer multiple producer problem
NJdevPro/ConcurrentQueues
C++ thread safe queues
alersrt/timestamp-saver
Test task for some company
epomatti/cbpq-firebase
Firebase server-side cloud functions for the CBPQ service.
kathleenwest/AdvancedConsoleApplicationIV
This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Using Threads to calculate Prime Numbers Prime Numbers ConcurrentQueue Dictionary ManualResetEvent Timer Producer Thread Consumer Thread