updates in coroutines

This commit is contained in:
2021-01-19 13:28:50 +06:00
parent abd0cb2031
commit 0d8f844314
4 changed files with 81 additions and 3 deletions

View File

@@ -2,6 +2,12 @@
## 0.4.19
* `Coroutines`:
* New extension `Iterable<Deferred>#awaitFirstWithDeferred` has been added to identify which of `Deferred`s was
normally completed
* New extensions `Iterable<Deferred<T>>#invokeOnFirst` and `Iterable<DeferredAction<*, O>>.invokeFirstOf` have been
added
## 0.4.18
* `Coroutines`: