kibana/vars/task.groovy

6 lines
76 B
Groovy
Raw Normal View History

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