Package ratpack.exec.api
-
Annotation Types Summary Annotation Type Description Blocks NonBlocking Declares that a method or function-like method parameter is non-blocking and can freely usePromiseand other async constructs.
| Annotation Type | Description |
|---|---|
| Blocks | |
| NonBlocking |
Declares that a method or function-like method parameter is non-blocking and can freely use
Promise and other async constructs. |