6.2.3 • Published 2 years ago
ut-queue v6.2.3
UT Queue
Generic queue functionality
Scope
- Prioritization of messages
- Overflow handling
- Rate limiting
- Timeout handling
- Metrics
API
This exports 1 APIs:
{
queues
}Queue public API
queues() - Returns the below API
queues.create({context, callback}) - creates a queue
context- associate the queue with the passed context.conId or create a default queuecallback- optionally call this when queue ends
queues.get(context) - finds a queue
context- the context with which the queue is associated by context.conId or a return the default queue if context or context.conId is falsy value
queues.delete(context) - ends a queue
context- the context with which the queue is associated by context.conId or a end the default queue if context or context.conId is falsy value
queues.count() - returns the count of queues
6.2.3
2 years ago
6.2.2
6 years ago
6.2.1
7 years ago
6.2.1-accu.0
7 years ago
6.2.0
7 years ago
6.2.0-rc-godfather.1
7 years ago
6.2.0-rc-godfather.0
7 years ago
6.1.0
8 years ago
6.0.2
8 years ago
6.0.1
8 years ago