some cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-12-17 01:55:23 +03:00
parent ecb9d83af8
commit 9d17474e3d

View File

@ -2687,12 +2687,6 @@ function(title, func){
// XXX might be a good idea to split this into a generic and domain parts
// and move the generic part into types/runner...
// XXX check if item is already in queue...
// XXX BUG: when chaining queues, aborting both queues works fine, aborting
// one for some reason does not lead to aborting the other...
// ...this can be fixed by clearing the queue on abort but that is
// a stub, need to figure out the real reason...
// see: .exampleChainedQueueHandler([1,2,'abort',4])
// ...'abort' will stop pre-processing but will not prevent processing...
var queueHandler =
module.queueHandler =
function(title, func){