Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kotlin/kotlinx.coroutines
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BuddyTV/kotlinx.coroutines
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: vizio
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 120 files changed
  • 4 contributors

Commits on Nov 27, 2020

  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.
    
    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
    elizarov authored and qwwdfsad committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    89a9f7d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    cb19b9a View commit details
    Browse the repository at this point in the history
  2. [native-mt] Fix the errornous isDispatchNeeded check in Dispatchers.M…

    …ain.immediate on Darwin platforms. (#2476)
    
    
    Fixes #2283
    andersio authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    ba87db3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Add ARM Linux targets

    mitchelhaan committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    227abef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b456d91 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    1a7c4de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d37048f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Update publishing repo.

    ravihp committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    c97c220 View commit details
    Browse the repository at this point in the history
Loading