1. 1f74a2d Updated copyright to short template and year 2018 across all files 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 core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/channels/Actor.kt]
  3. 89f8ff7 Introduce broadcast coroutine builder; by Roman Elizarov · 6 years ago
  4. fd42442 Invoke exception handler for actor on cancellation even when channel was successfully closed, so exceptions thrown by actor are always reported by Vsevolod Tolstopyatov · 6 years ago
  5. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  6. c7d10a4 Fix references to `coroutineContext` is the docs of all the builders by Roman Elizarov · 6 years ago
  7. fe8ba6b `onCompletion` added to `launch`, `async`, and `actor` by Roman Elizarov · 6 years ago
  8. 9faa61e Fixed produce builder to close the channel on completion instead of by Roman Elizarov · 6 years ago
  9. 48aa20b Improved actor builder documentation by Roman Elizarov · 7 years ago
  10. 23fb728 AbsractCoroutine documentation & some more common (shared) code; by Roman Elizarov · 7 years ago
  11. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
  12. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 7 years ago
  13. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  14. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  15. 66f018c Documentation for DefaultDispatcher in the guide by Roman Elizarov · 7 years ago
  16. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  17. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/channels/Actor.kt]
  18. 7b10c94 Better documentation on CoroutineStart parameter by Roman Elizarov · 7 years ago
  19. a74eb5f launched jobs and await can be cancelled while waiting in dispatch queue by Roman Elizarov · 7 years ago
  20. ecda27f CoroutineStart enum is introduced in launch/async/actor by Roman Elizarov · 7 years ago
  21. c18271c Promote `channel` property type in `ActorScope` and `ProducerScope` to `Channel` by Roman Elizarov · 7 years ago
  22. c0e19f8 Introduced "actor" coroutine builder by Roman Elizarov · 7 years ago