Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-01-14 23:52:37 +03:00
parent 41415238e0
commit 1096395509

View File

@ -2725,7 +2725,8 @@ function(title, func){
// //
// XXX might be a good idea to split this into a generic and domain parts // XXX might be a good idea to split this into a generic and domain parts
// and move the generic part into types/runner... // and move the generic part into types/runner...
// XXX check if item is already in queue... // XXX check if item is already in queue (???)
// ...how do we identify item uniqueness??
var queueHandler = var queueHandler =
module.queueHandler = module.queueHandler =
function(title, func){ function(title, func){