1. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from reactive/kotlinx-coroutines-rx1/src/main/kotlin/kotlinx/coroutines/experimental/rx1/RxObservable.kt]
  2. e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 6 years ago
  3. f5e63ca Replacing isCancelledWithoutCause with proper contract on exception, disabling stacktraces of JobCancellationException in production mode by Vsevolod Tolstopyatov · 6 years ago
  4. c7d10a4 Fix references to `coroutineContext` is the docs of all the builders by Roman Elizarov · 6 years ago
  5. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  6. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
  7. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 7 years ago
  8. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  9. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  10. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  11. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  12. 7753f8e Replace remaining xxFieldUpdater classes with AtomicFU atomic vars by Roman Elizarov · 7 years ago
  13. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  14. 29affbb Streamlined Job APIs that support cancelling state: by Roman Elizarov · 7 years ago
  15. 3ef4fca Fix publish & rxObservable builders for cancelling state of coroutine by Roman Elizarov · 7 years ago
  16. 2b12d58 Refactoring: AbstractCoroutine is extended only by true coroutine impls; by Roman Elizarov · 7 years ago
  17. 80162ab Remove all usages of @JvmStatic and add @JvmField where appropriate by Roman Elizarov · 7 years ago
  18. d14a390 Fixed bug with sometimes missing `onComplete` in `publish`, `rxObservable`, and `rxFlowable` builders by Roman Elizarov · 7 years ago
  19. 37bf00e All reactive streams libraries are moved into `reactive` directory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-rx1/src/main/kotlin/kotlinx/coroutines/experimental/rx1/RxObservable.kt]
  20. 331750b Utilities for Reactive Streams, Rx 1.x, and Rx 2.x by Roman Elizarov · 8 years ago