Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 399 Bytes

File metadata and controls

9 lines (6 loc) · 399 Bytes

Grace Plugin Async

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"