1. 4e47af4 Optimize debounce operator allocation pressure by using conflated produce. Previously it was not possible due to not implemented #1235 by Vsevolod Tolstopyatov · 5 years ago
  2. 0905c62 Properly enforce flow invariant when flow is used from "suspend fun m… (#1426) by Vsevolod Tolstopyatov · 5 years ago
  3. 684a97b Use regular produce instead of flowProduce in channelFlow by Vsevolod Tolstopyatov · 5 years ago
  4. 023ea30 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  5. dc4a474 Stabilize core flow (#1352) by Vsevolod Tolstopyatov · 5 years ago
  6. 91cc13a withIndex and collectIndexed operators by Vsevolod Tolstopyatov · 5 years ago
  7. f6387a7 Fuse consumeAsFlow with channel-using flow operators by Roman Elizarov · 5 years ago
  8. f8b43e1 Introduce ReceiveChannel.consumeAsFlow and FlowCollector.emitAll(chan) by Roman Elizarov · 5 years ago
  9. 681195a Use the correct builder method `flowChannel` in the checkContext error description by Paul Woitaschek · 5 years ago
  10. 583d39d Rewrite assertions so that they are checked only in debug mode by Roman Elizarov · 5 years ago
  11. 502610e Decouple asFlow from batchSize and move it to buffer instead, promote… (#1279) by Vsevolod Tolstopyatov · 5 years ago
  12. 91d9f7c Flow exceptions handling facilities (#1280) by Roman Elizarov · 5 years ago
  13. e2a5671 Flow scope (#1227) by Vsevolod Tolstopyatov · 5 years ago
  14. b77a80c Flow: decouple buffer size from various operators and fuse by Roman Elizarov · 5 years ago
  15. 9b05908 Consolidate NullSurrogate with Symbol and rename it to NULL by Roman Elizarov · 5 years ago
  16. 15ee8a3 SafeCollector rework (#1196) by Vsevolod Tolstopyatov · 5 years ago
  17. d811d3a Do not fill in stacktrace in AbortFlowException, update benchmark results by Vsevolod Tolstopyatov · 5 years ago
  18. e569bd3 Fix exception types for channels to ensure transparency & reporting (#1158) by Roman Elizarov · 5 years ago
  19. 8c2606d Version 1.2.0 by Vsevolod Tolstopyatov · 5 years ago
  20. c9f25fc Introducing zip and combineLatest Flow operators by Vsevolod Tolstopyatov · 5 years ago
  21. d3cc25f Rework purity concept: by Vsevolod Tolstopyatov · 5 years ago
  22. d57bfa2 Flow preview implementation by Vsevolod Tolstopyatov · 5 years ago