-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Layering: Rephrase as HostEnqueuePromiseJob
Rather than using a string queue name, this patch uses separate hooks for separate things that may be scheduled, in order to permit the clear expression of invariants which differ based on the particular type of job. For example, Promise Jobs are required to be served in FIFO order, whereas WeakRef Jobs are unordered.
- Loading branch information
Showing
1 changed file
with
24 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters