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. |
See: jqo﹕add, jqo﹕poprun, and jqo﹕run
The jqo
is an indexed Lua table with metamethods.
You can query the number of queued jobs with count = #jqo
.