Lines Matching refs:drain
1465 drain: [], property
1563 trigger('drain');
1571 // call drain immediately if there are no tasks
1572 setImmediate$1(() => trigger('drain'));
1712 drain: { property
1714 value: eventMethod('drain')
3914 * @property {Function} drain - a function that sets a callback that is called
3916 * callback is omitted, `q.drain()` returns a promise for the next occurrence.
3927 * @property {Function} kill - a function that removes the `drain` callback and
3943 * q.drain(() => {
3947 * await q.drain()
3979 * q.drain(function() {
3983 * await q.drain()