Create New Job Queue Object

jqo = jobq.new()

jqo = jobq.new([semo]) #Firmware/v320

Creates a new job queue object.

Parameter Type Description
semo semaphore object Optional semaphore that's released when jqo:add is called.
Note

The jqo is an indexed Lua table with metamethods.
You can query the number of queued jobs with count = #jqo.