mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-12-04 21:35:48 +00:00
coroutines updates
This commit is contained in:
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user