Decorates any function execution potentially wrapping an asynchronous function execution in new functionality.
| Type | Name and description | 
|---|---|
| groovy.lang.Closure<D> | decorate(groovy.lang.Closure<D> c)Decorates the given closures, returning the decorated closure |