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