Home
last modified time | relevance | path

Searched refs:FixedQueue (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-fixed-queue.js7 const FixedQueue = require('internal/fixed_queue'); constant
10 const queue = new FixedQueue();
20 const queue = new FixedQueue();
/third_party/node/lib/internal/process/
Dtask_queues.js40 const FixedQueue = require('internal/fixed_queue'); constant
55 const queue = new FixedQueue();
/third_party/node/lib/internal/
Dfixed_queue.js90 module.exports = class FixedQueue { class
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md3774 * [[`7b8e9ca7b8`](https://github.com/nodejs/node/commit/7b8e9ca7b8)] - **lib**: expose FixedQueue i…