ForkJoin::InjectionQueue
Global runnable list for fibers submitted by bare threads or other contexts.
Instance methods
empty?
SourceReturns true when this publication transitions the queue from empty to nonempty and therefore needs to activate workers.
shift?
SourceRemoves up to limit fibers while acquiring the injection lock once. Returns the number written into target.
size
Source