pending-queue
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "pending-queue", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "pending-queue ensures a certain asynchronous method only run once, and queues listeners which are registered to it.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -64,2 +64,4 @@ [![Build Status](https://travis-ci.org/kaelzhang/node-pending-queue.svg?branch=master)](https://travis-ci.org/kaelzhang/node-pending-queue) | ||
Returns `EventEmitter`, and `key` as the event name, so you can use `queue.listenerCount(key)` to see if there are pending tasks. | ||
## add(...params) | ||
@@ -66,0 +68,0 @@ |
114276
85