thread-safe topic

List thread-safe repositories

TDP

87
Stars
4
Forks
Watchers

The Darkest Pipeline - Multithreaded pipelines for modern C++

cpp-channel

474
Stars
32
Forks
Watchers

Thread-safe container for sharing data between threads

queue

70
Stars
27
Forks
Watchers

Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer

b-rabbit

26
Stars
10
Forks
Watchers

A thread safe library that aims to provide a simple API for interfacing with RabbitMQ. Built on top of rabbitpy, the library make it very easy to use the RabbitMQ message broker with just few lines of...

code-delphi-thread-safety

31
Stars
17
Forks
Watchers

Code examples from Delphi Thread Safety Patterns Book

save-thread-result

19
Stars
2
Forks
Watchers

Simple subclass wrapper around `threading.Thread` to get the return value from a thread in python. Exact same interface as `threading.Thread`! 🌟 Star this repo if you found it useful! 🌟

flare

22
Stars
1
Forks
Watchers

Useful thread-safe collections with performance in mind for Java 8+.

eventpy

38
Stars
7
Forks
Watchers

Event Dispatcher and callback list for Python