Skip to content

Releases: kpavlov/await4j

0.1.1

19 Jul 15:08
Compare
Choose a tag to compare
  • Pin dependencies
  • Return CompletionException when InterruptionException is thrown by Callable
  • Improve documentation

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Jul 19:47
Compare
Choose a tag to compare

Initial version

  • Added Async utility to execute Runnable, Callable<T> and Future<T> in virtual threads.
  • Added ThrowingRunnable to represent Runnable, that can throw unchecked exception.

New Contributors

Full Changelog: https://github.com/kpavlov/await4j/commits/v0.1.0