1. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 4 months ago
  2. 85c7f4d Fix typo in IllegalArgumentException message by Vsevolod Tolstopyatov · 5 years ago
  3. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  4. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  5. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  6. 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-rx2/src/main/kotlin/kotlinx/coroutines/experimental/rx2/RxAwait.kt]
  7. 3e9f244 Review and optimize usage of CancellableContinuation.invokeOnCancellation by Roman Elizarov · 6 years ago
  8. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  9. b8ed47c Implementation of awaitFirstOrDefault and awaitFirstOrNull. by Konrad Kamiński · 6 years ago
  10. e233bf9 Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  11. 1b9cbf4 awaitFirst on reactive streams should not try to resume again when by Roman Elizarov · 7 years ago
  12. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  13. d6bb148 Add support for Rx2 Maybe. (#45) by Konrad Kamiński · 7 years ago
  14. 4a67afb Implement awaitFirstOrDefault for RxJava2 and reactive streams, with better docs and tests by Roman Elizarov · 7 years ago
  15. a1fe3da Scheduler.asCoroutineDispatcher extension for Rx 2.x by Roman Elizarov · 7 years ago
  16. 37bf00e All reactive streams libraries are moved into `reactive` directory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-rx2/src/main/kotlin/kotlinx/coroutines/experimental/rx2/RxAwait.kt]
  17. f84f99f Fixed `CompletableSource.await` and added test for it by Roman Elizarov · 7 years ago
  18. 331750b Utilities for Reactive Streams, Rx 1.x, and Rx 2.x by Roman Elizarov · 7 years ago