kibana/vars/task.groovy

6 lines
76 B
Groovy

def call(Closure closure) {
withTaskQueue.addTask(closure)
}
return this