add subscribeAsync

This commit is contained in:
2021-06-26 00:46:51 +06:00
parent fb9e4d57fb
commit 59fc90e556
3 changed files with 126 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## 0.5.14
* `Coroutines`
* `subscribeSafelyWithoutExceptions` got new parameter `onException` by analogue with `safelyWithoutExceptions`
* New extensions `Flow#subscribeAsync` and subsequent analogs of `subscribe` with opportunity to set up custom marker
## 0.5.13
* `Common`: