1. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  2. 29affbb Streamlined Job APIs that support cancelling state: by Roman Elizarov · 7 years ago
  3. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  4. 35d2c34 Default scheduler for delay is rewritten with support for virtual time by Roman Elizarov · 7 years ago
  5. ed69854 ObservableBackpressureTest fixed to account for immediate onComplete by Roman Elizarov · 7 years ago
  6. ba0c004 Verbose output when running GuideTest by Roman Elizarov · 7 years ago
  7. e233bf9 Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  8. 58246ca PublisherBackpressureTest fixed to account for immediate onComplete by Roman Elizarov · 7 years ago
  9. 1b9cbf4 awaitFirst on reactive streams should not try to resume again when by Roman Elizarov · 7 years ago
  10. 3ef4fca Fix publish & rxObservable builders for cancelling state of coroutine by Roman Elizarov · 7 years ago
  11. 6f150ed Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  12. d28cc87 typo fixed by Roman Elizarov · 7 years ago
  13. 8b0b07a typo fixed by Roman Elizarov · 7 years ago
  14. 93f7e8e typo fixed by Roman Elizarov · 7 years ago
  15. 7a7b009 Reactive tests fixed for cancellation logic change by Roman Elizarov · 7 years ago
  16. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  17. 2b12d58 Refactoring: AbstractCoroutine is extended only by true coroutine impls; by Roman Elizarov · 7 years ago
  18. 0f66a6d BroadcastChannel.open is renamed to openSubscription Fixed #54 by Roman Elizarov · 7 years ago
  19. 584ae3d Cross-module linking via Dokka by Roman Elizarov · 7 years ago
  20. 5d273a9 Rx1 Scheduler support. by Konrad Kamiński · 7 years ago
  21. e7e2ad1 Simplified references to documentation from markdown files by Roman Elizarov · 7 years ago
  22. 314945a Link from readmes to readmes for ease of docs navigation by Roman Elizarov · 7 years ago
  23. 83c1e82 Reknit links in readme by Roman Elizarov · 7 years ago
  24. d24ad36 Fixed reactive guide (better subject coverage, cancel logic change) by Roman Elizarov · 7 years ago
  25. 4f69102 Prepare for development of version 0.16 by Roman Elizarov · 7 years ago
  26. e3aa8ff ArrayBroadcastChannel by Roman Elizarov · 7 years ago
  27. 8046fe1 ValueBroadcastChannel -> ConflatedBroadcastChannel by Roman Elizarov · 7 years ago
  28. 3f87164 Another take on stability of example-reactive-basic-05 test by Roman Elizarov · 7 years ago
  29. 4b0ef7b ValueBroadcastChannel by Roman Elizarov · 7 years ago
  30. 30dd5c1 equals/hashCode for wrapper CoroutineDispatcher impls by Roman Elizarov · 7 years ago
  31. d6bb148 Add support for Rx2 Maybe. (#45) by Konrad Kamiński · 7 years ago
  32. 804d036 #49 Rx1 Completable.awaitCompleted implementation. (#50) by Konrad Kamiński · 7 years ago
  33. 523516a Few minor docs & build fixes for reactor support by Roman Elizarov · 7 years ago
  34. 302c2fa Merge pull request #52 from konrad-kaminski/reactor-support by Roman Elizarov · 7 years ago
  35. 6b508db Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  36. 91d77c2 Updated version to 0.15-SNAPSHOT by Roman Elizarov · 7 years ago
  37. 79fab24 Correct typo in coroutines-guide-reactive.md by Mike Kobit · 7 years ago
  38. 3ae898c Add support for Reactor. by Konrad Kamiński · 7 years ago
  39. 95981f3 Update all examples with Knit tool (imports) by Roman Elizarov · 8 years ago
  40. f1572ca Slow down example-reactive-basic-05.kt as a hack to make it more stable by Roman Elizarov · 8 years ago
  41. 35af7c8 Fixed rx2.ObservableMultiTest.testSendAndCrash by Roman Elizarov · 8 years ago
  42. 60de4b3 Version 0.14 by Roman Elizarov · 8 years ago
  43. 7adb876 Cleaned up deprecations and unused parameters by Roman Elizarov · 8 years ago
  44. 86349be Introduced `consumeEach` for channels and reactive streams, deprecated iteration on reactive streams by Roman Elizarov · 8 years ago
  45. 80162ab Remove all usages of @JvmStatic and add @JvmField where appropriate by Roman Elizarov · 8 years ago
  46. a3db467 Merge branch 'master' into develop by Roman Elizarov · 8 years ago
  47. 6644767 Change example-reactive-basic-06 to the main thread to make it more predictable by Roman Elizarov · 8 years ago
  48. 4a67afb Implement awaitFirstOrDefault for RxJava2 and reactive streams, with better docs and tests by Roman Elizarov · 8 years ago
  49. ff4c7c3 implement awaitFirstOrDefault for RxJava1 by Kirill Rakhman · 8 years ago
  50. 58fd3b5 Version 0.13 by Roman Elizarov · 8 years ago
  51. 8a4a8e1 Guide to reactive streams with coroutines by Roman Elizarov · 8 years ago
  52. 9d6dfbe Channels that are open for reactive streams are `Closeable` by Roman Elizarov · 8 years ago
  53. d14a390 Fixed bug with sometimes missing `onComplete` in `publish`, `rxObservable`, and `rxFlowable` builders by Roman Elizarov · 8 years ago
  54. 50e3221 rxFlowable builder for Rx 2.x by Roman Elizarov · 8 years ago
  55. a1fe3da Scheduler.asCoroutineDispatcher extension for Rx 2.x by Roman Elizarov · 8 years ago
  56. 1dfc26c toObservable -> asObservable by Roman Elizarov · 8 years ago
  57. 3c3aed7 Renamed all toXXX converted in reactive streams libraries to asXXX by Roman Elizarov · 8 years ago
  58. 37bf00e All reactive streams libraries are moved into `reactive` directory by Roman Elizarov · 8 years ago