firstNotNull and LinkedSupervisor(Job|Scope)

This commit is contained in:
2021-06-11 17:32:13 +06:00
parent 71f9a505e0
commit 24033e0cac
4 changed files with 33 additions and 0 deletions

View File

@@ -2,6 +2,13 @@
## 0.5.8
* `Common`:
* New extension `Iterable#firstNotNull`
* `Coroutines`
* New extension `Flow#firstNotNull`
* New extensions `CoroutineContext#LinkedSupervisorJob`, `CoroutineScope#LinkedSupervisorJob` and
`CoroutineScope#LinkedSupervisorScope`
## 0.5.7
* `Pagination`