Grace Async provides asynchronous, parallel programming, which integrate Grace with various asynchronous libraries and frameworks such as GPars and RxJava.
To use the Async framework you should add a dependency on the async plugin to your build.gradle file:
implementation "org.graceframework:grace-plugin-async"