Showing 1-11 of 11 packages
command Queue for synchronising commands and their responses. Asynchron messages are also supported.
A flexible API for executing groups of commands synchronously or asynchronously.
Library to speak the memcache text protocol
A fairly simple command queue that ensures both commands containing sync code and commands containing async code are executed in sequence, through promises chaining.
```typescript // command interface export interface ICommand { execute(): void unexecute(): void }
a command queue
## Description
Simple rxjs-based queueing mechanism to prevent call overlap of a target interface
execute command line in a queue
**Simple Command queue that executed the commnad usign a FIFO policy.**
this command queue invoke method once every "timing" milliseconds.