85 skills found · Page 2 of 3
x42005e1f / CulsansThread-safe async-aware queue for Python
oconnore / QueuesA Common Lisp queue library with features such as non-consing thread safe queues and fibonacci priority queues
skiz / Mongo QueueAn extensible thread safe job/message queueing system that uses mongodb as the persistent storage engine.
K-Adam / SafeQueueA thread-safe queue implementation in C++
foize / Go.fifogo.fifo provides a simple fifo thread-safe queue for the Go programming language
iVamsi / SnapNotify🚀 A lightweight, thread-safe Snackbar library for Jetpack Compose with zero-ceremony setup. Show snackbars from anywhere with beautiful theming, queue management, and optional Hilt integration. 100% Kotlin.
alfredopons / Queue Thread SafeAlfredo Pons Menargues - A thread-safe asynchronous queue in C++11
noamyogev84 / ConcurrentPriorityQueueA thread-safe generic first in-first out (FIFO) collection with support for priority queuing.
petercrona / StsQueueSimple thread safe Queue in C.
hayageek / ThreadsafeA Go package providing thread-safe implementations of array, slice, map, stack and queue
jules-ai / CrossThreadQueueA thread safe queue that can be used in multi-thread project
pzaino / ZvectorAn ANSI C Vector library (Dynamic Array) that is fully configurable, fast, thread safe, reentrant, can store dynamic data structures as well as base datatypes and can be used to create dynamic stacks, dynamic queues and more.
GP89 / FileQueueA thread-safe queue which queues items on disk, with an optional in memory buffer. Can put and get any pickle-able object into a buffer of a specified size (optional), any overflow will get put to a gzip file to keep excessive amounts of queued items out of memory
lattera / QueueThread-safe queue implementation for a friend
esoma / Io QueueA header only library that implements a C11 Unbounded Non-Intrusive Lockless Single Consumer Multiple Producer Thread-Safe FIFO Queue.
alxyng / QueueA thread safe type-agnostic header-only macro-based struct queue implementation in C.
gustavopsantos / UnityMainThreadDispatcherProvides a simple, thread safe, non monobehaviour service for managing the queue of work items on unity main thread
piercep / Thread Safe CollectionsThread Safe Generic Queue for .NET
solariun / AtomicxPure C++ non stack displacement that implements cooperative multitask library for SINGLE CORE embedded development on DSPs, Microcontrollers and Processor (ARV, RISCV, ARM(all), TENSY, ESP), while also suitable for applications on Windows, Linux and MacOs and compatible with some RTOSs as well. This library allows full event driven applications while uses SMARTs LOCKS and WAIT/NOTIFY locks to also transport messages, MESSAGE BROKER is also provided (Those uses Message type size_t message and size_t tags, where tag will give meaning to the message). That implementation also introduce thread safe QUEUE (full object) and smart_ptr (to allow better implementation on minimal environment)
fulmicotone / Io.fulmicotone.fqueueFQueue - Simple thread-safe queue consumer with time and size batching.