Available on all platforms
inlinenew(?pool:ThreadPool)
read onlylength:Int
read onlypool:ThreadPool
inlineclear():Void
inlineexists(job:JobData):Bool
get(id:Int):JobData
inlinehasNext():Bool
inlinenext():JobData
Iterates in an endless loop, starting over upon reaching the end.
inlinepop():JobData
inlinepush(job:JobData):Void
remove(job:JobData):Bool
inlineremoveByID(id:Int):Bool