1. 1a6beba Support context in Flow.asPublisher and similar methods (#2156) by Roman Elizarov · 4 years, 1 month ago
  2. a25bf36 JDK9 Flow integration (#1783) by dkhalanskyjb · 4 years, 6 months ago
  3. d831a86 Add ObservableSource.asFlow operator (#1768) by Marek Langiewicz · 4 years, 6 months ago
  4. 9f4fd70 Fix a race in some tests for JavaRX integration (#1801) by dkhalanskyjb · 4 years, 7 months ago
  5. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 7 months ago
  6. 3d59fef Fix context support in Publisher.asFlow.flowOn by Roman Elizarov · 4 years, 7 months ago
  7. a930b0c Consistently handle undeliverable exceptions in RxJava and Reactor integrations by Vsevolod Tolstopyatov · 4 years, 9 months ago
  8. 1652bb9 Fix ReactorFlow integration bug exposed by TestBase by Vsevolod Tolstopyatov · 4 years, 10 months ago
  9. 9a2eb38 Add missing TestBase inheritance to fail on asynchronous errors by Vsevolod Tolstopyatov · 4 years, 10 months ago
  10. c99704a Remove outdated reactive guide and add section about Reactive Streams to flow.md by Vsevolod Tolstopyatov · 5 years ago
  11. 52b97b9 Promote rx2 extensions to stable, increase deprecation level for obsolete reactive primitives by Vsevolod Tolstopyatov · 5 years ago
  12. 1dcfd97 Coroutine context propagation for Reactor to coroutines API migration (#1377) by SokolovaMaria · 5 years ago
  13. 97863c3 Report fatal errors to both onError (to comply the spec fully) and to coroutine context (to eagerly fail as fatal exceptions are not recoverable anyway), cleanup tests after scopeless reactive by Vsevolod Tolstopyatov · 5 years ago
  14. 39f5cf8 Properly handle fatal exceptions in Rx coroutines, get rid of deadlock in RxObservable by Vsevolod Tolstopyatov · 5 years ago
  15. 233e74c Consistently handle fatal exceptions in PublisherCoroutine by Vsevolod Tolstopyatov · 5 years ago
  16. d100a3f Reactive scopeless (#1341) by Vsevolod Tolstopyatov · 5 years ago
  17. db0ef0c Update copyright year to 2019 in all the knit-generated files by Roman Elizarov · 5 years ago
  18. 9420df3 Change default request size in Publisher.openSubscription to one by Roman Elizarov · 5 years ago
  19. 3ed7a7d Fix docs in "Guide to reactive streams with coroutines" and reknit by Roman Elizarov · 5 years ago
  20. c961fb6 Tweaked prose in coroutines-guide-reactive a bit (and reknit) by Roman Elizarov · 5 years ago
  21. 0685dc4 Deprecate consumeEach on Publisher, ObservableSource and MaybeSource, introduce collect extension instead to be aligned with Flow by Vsevolod Tolstopyatov · 5 years ago
  22. 69c26df Add a period in the "You can get full code here" blocks and other small fixes by Inego · 5 years ago
  23. 170690f Flow.asObservable and Flow.asFlowable converters in rx2 module by Vsevolod Tolstopyatov · 5 years ago
  24. 6227c64 Improved coroutine exception handling logic by Roman Elizarov · 5 years ago
  25. ae8a874 Cancellation in consumeEach should dispose Rx Observable by Roman Elizarov · 5 years ago
  26. 0b886a3 Get rid of TestException copy-paste by Vsevolod Tolstopyatov · 6 years ago
  27. 65e6c8c Make examples runnable by Prendota · 6 years ago
  28. e6e8239 Experimental annotation revisit: by Vsevolod Tolstopyatov · 6 years ago
  29. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  30. 303708b Coroutine scheduler is used by default instead of deprecated CommonPool by Roman Elizarov · 6 years ago
  31. 52bfdab async and async-like builders cancel parent on failure by Roman Elizarov · 6 years ago
  32. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  33. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  34. bbaf99d Structured concurrency for reactive modules by Vsevolod Tolstopyatov · 6 years ago
  35. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  36. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  37. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  38. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  39. 7f2ed2f Report exception on cancellation in AbstractContinuation, do not swallow exceptions on cancellation in rx1 by Vsevolod Tolstopyatov · 6 years ago
  40. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  41. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  42. a9687a3 Moved guide tests to the correspondingly scoped package by Roman Elizarov · 6 years ago
  43. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago