command-queue
There are 8 repositories under command-queue topic.
arsfutura/queue-ble-ios
Sample iOS App for BLE blog post.
arsfutura/queue-ble-android
Sample App for Android BLE blog post
rootslab/bilanx
β Bilanx, a fast and simplified command queue for Deuces, a minimal Redis client.
rootslab/libra
♎ Libra, a module to handle bindings between commands and Redis replies.
kadealicious/QueueBall
Lightweight command queueing system written in C++.
masoudarvishian/menu-tutorial-system
A simple menu tutorial system created via the Command Queue (Event Queue) pattern
meowmeowahr/command_queue
FIFO Queue for Functions
YSZhuoyang/promise-command-queue
A fairly simple command queue that ensures both commands containing sync code and commands containing async code are executed in sequence, through promises chaining.