mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 08:19:33 -04:00
5 lines
76 B
Groovy
5 lines
76 B
Groovy
def call(Closure closure) {
|
|
withTaskQueue.addTask(closure)
|
|
}
|
|
|
|
return this
|