TakeAlgorithmPickInternalResult of a custom take pick — which level to dequeue from and updated scheduler state.
models
Source src/internal/workPool.ts:1891 lines
export type type TakeAlgorithmPick =
TakeAlgorithmPickInternal
Result of a custom take pick — which level to dequeue from and updated scheduler state.
TakeAlgorithmPick = TakeAlgorithmPickInternal;