You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Provides newSingleThreadedContext.
* Provides Dispatchers.Main on iOS, Dispatchers.Default everywhere.
* Coroutine references (Job), all kinds of channels and StateFlow are shareable across workers.
* Each individual coroutine is confined to a single worker.
* Update Dispatchers docs to account for native-mt changes.
* Multithreaded support in select expression.
* Fix ObjC autorelease object leaks with native-mt dispatchers (#2477)
Additional fixes:
* Fixed broadcast builder with different thread
* Fixed adding a child to a frozen parent job
Fixes#462Fixes#470Fixes#765Fixes#1645Fixes#1751Fixes#1828Fixes#1831Fixes#1764Fixes#2064Fixes#2025Fixes#2226Fixes#2138Fixes#2263Fixes#2322Fixes#2283
0 commit comments