Skip to content

Releases: funfix/tasks

v0.4.1

07 Feb 12:04
v0.4.1
3533c91

Choose a tag to compare

Fixes a bug in UncaughtExceptionHandler.rethrowIfFatal … we can't re-throw all Error values, because some of them should not be re-thrown, like AssertionError.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

01 Feb 19:08
v0.4.0
0cbeace

Choose a tag to compare

What's Changed

This release adds Kotlin integration in #16

It exposes the tasks-kotlin-coroutines subproject, for converting Task ↔ suspending functions.

Full Changelog: v0.3.1...v0.4.0