Constructor

inlinenew(?pool:ThreadPool)

Variables

read onlylength:Int

read onlypool:ThreadPool

Methods

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