Process-local queues for microtasks and promise waiters.
Summary
Functions
Deletes waiter state for the promise identified by ref.
Removes and returns the next queued microtask, or nil when the queue is empty.
Adds a microtask to the process-local JavaScript microtask queue.
Returns callbacks waiting for the promise identified by ref.
Returns whether the JavaScript microtask queue is empty.
Stores callbacks waiting for the promise identified by ref.
Functions
Deletes waiter state for the promise identified by ref.
Removes and returns the next queued microtask, or nil when the queue is empty.
Adds a microtask to the process-local JavaScript microtask queue.
Returns callbacks waiting for the promise identified by ref.
Returns whether the JavaScript microtask queue is empty.
Stores callbacks waiting for the promise identified by ref.