Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public experimental shutdown method on DefaultDispatcher #2652

Closed
wants to merge 9 commits into from

Commits on May 14, 2021

  1. Kotlin/Native multithreading

    * 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 #462
    Fixes #470
    Fixes #765
    Fixes #1645
    Fixes #1751
    Fixes #1828
    Fixes #1831
    Fixes #1764
    Fixes #2064
    Fixes #2025
    Fixes #2226
    Fixes #2138
    Fixes #2263
    Fixes #2322
    Fixes #2283
    Fixes #2688
    elizarov authored and qwwdfsad committed May 14, 2021
    Configuration menu
    Copy the full SHA
    9d03705 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    a4a8e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dce0978 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce4a323 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    5f90e75 View commit details
    Browse the repository at this point in the history
  2. Update kotlinx-coroutines-core/common/src/Dispatchers.common.kt

    Co-authored-by: Vsevolod Tolstopyatov <qwwdfsad@gmail.com>
    mvicsokolova and qwwdfsad committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    ed78ba5 View commit details
    Browse the repository at this point in the history
  3. Update kotlinx-coroutines-core/common/src/Dispatchers.common.kt

    Co-authored-by: Vsevolod Tolstopyatov <qwwdfsad@gmail.com>
    mvicsokolova and qwwdfsad committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    98a74df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    189ee66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1637aba View commit details
    Browse the repository at this point in the history