coroutines updates

This commit is contained in:
2021-05-24 12:27:54 +06:00
parent 7b00a06f3e
commit 5853f7cc49
5 changed files with 68 additions and 22 deletions

View File

@@ -2,6 +2,14 @@
## 0.5.3
* `Coroutines`:
* Extensions `doInUI` and `doInDefault` were replaced in common and available on any supported platform
* Extension `doInIO` replaced into `jvm` and available on any `JVM` platform
* Old extension `safelyWithouException` without `onException` has been replaced by its copy with `onException` and
default value
* New value `defaultSafelyWithoutExceptionHandlerWithNull` which is used in all `*WithoutExceptions` by default
* Analogs of `launch` and `async` for `safely` and `safelyWithoutExceptions` were added
## 0.5.2
* `Ktor`: