1. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  2. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from common/kotlinx-coroutines-core-common/src/test/kotlin/kotlinx/coroutines/experimental/channels/ArrayBroadcastChannelTest.kt]
  3. 89f8ff7 Introduce broadcast coroutine builder; by Roman Elizarov · 6 years ago
  4. f2bdf60 Merged develop (js-channels work) into await-all by Roman Elizarov · 6 years ago
  5. 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 6 years ago[Renamed (72%) from core/kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/channels/ArrayBroadcastChannelTest.kt]
  6. 189e995 awaitAll should be defined only for Deferred types and return results list by Roman Elizarov · 6 years ago
  7. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  8. b2b5c06 Fixed hanged receive from a closed subscription of BroadcastChannel by Roman Elizarov · 7 years ago
  9. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/channels/ArrayBroadcastChannelTest.kt]
  10. c2adef5 Fixed NPE when ArrayBroadcastChannel is closed concurrently with receive by Roman Elizarov · 7 years ago
  11. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  12. 0f66a6d BroadcastChannel.open is renamed to openSubscription Fixed #54 by Roman Elizarov · 7 years ago
  13. 921b0cf ArrayBroadcastChannel.send should forget values immediately w/o subs by Roman Elizarov · 7 years ago
  14. e3aa8ff ArrayBroadcastChannel by Roman Elizarov · 7 years ago