Skip to content

0.22.4

Compare
Choose a tag to compare
@elizarov elizarov released this 05 Mar 15:21
· 2192 commits to master since this release
  • JS: Publish to NPM (see #229).
  • JS: Use node-style dispatcher on ReactNative (see #236).
  • jdk8 integration improvements:
    • Added conversion from CompletionStage to Deferred (see #262, PR by @jcornaz).
    • Use fast path in CompletionStage.await and make it cancellable.