Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-02-02 04:22:14 +03:00
parent fc670efc14
commit 22c3fed074

View File

@ -2660,11 +2660,12 @@ function(title, func){
// Queue action handler... // Queue action handler...
// //
// queueHandler(title[, opts][, arg_handler], func) // queueHandler(title[, opts], func)
// queueHandler(title[, opts], arg_handler, func)
// -> action // -> action
// //
// Chained queue handler... // Chained queue handler...
// queueHandler(title[, opts][, queue_handler], func) // queueHandler(title[, opts], queueHandler(..), func)
// -> action // -> action
// //
// //