threadsafe topic
List
threadsafe repositories
task-pool
17
Stars
1
Forks
Watchers
A task orient thread pool library for C++14 with cancellation and allocator support
ulog
17
Stars
3
Forks
Watchers
ulog (uber log) is a lightweight and threadsafe logger in C that provides color coded output, as well as the ability to send logs to a file.
ConcurrentPriorityQueue
29
Stars
11
Forks
Watchers
A thread-safe generic first in-first out (FIFO) collection with support for priority queuing.
CppUtils
15
Stars
2
Forks
Watchers
A library with a range of utility classes and methods for jump starting C++ applications.
threadsafe
20
Stars
2
Forks
Watchers
A Go package providing thread-safe implementations of array, slice, map, stack and queue