1. 16 Apr, 2022 3 commits
  2. 15 Apr, 2022 1 commit
  3. 10 Apr, 2022 1 commit
    • Dominik Charousset's avatar
      Switch to single-item on_next design · a52cde49
      Dominik Charousset authored
      While micro-batching inside flow operators seemed like a good idea at
      first, it is actually more efficient to pass items directly down the
      chain in order emit items as soon as possible to concurrently running
      pipelines.
      a52cde49
  4. 09 Apr, 2022 1 commit
  5. 08 Apr, 2022 2 commits
    • Dominik Charousset's avatar
      Add missing export · bf5e8554
      Dominik Charousset authored
      bf5e8554
    • Dominik Charousset's avatar
      Clean up the observable interface · 3c388a9c
      Dominik Charousset authored
      The `observable` interface should only have one member functions:
      `subscribe`. Hence, we move the `on_request` and `on_cancel` member
      functions to the new `subscription::listener` class. Also adds a new
      default implementation type for subscriptions that no longer requires a
      template.
      3c388a9c
  6. 05 Apr, 2022 3 commits
  7. 03 Apr, 2022 1 commit
  8. 02 Apr, 2022 1 commit
  9. 28 Mar, 2022 1 commit
  10. 24 Mar, 2022 1 commit
  11. 05 Mar, 2022 1 commit
  12. 27 Feb, 2022 2 commits
  13. 25 Feb, 2022 1 commit
  14. 24 Feb, 2022 1 commit
  15. 21 Feb, 2022 1 commit
  16. 18 Feb, 2022 1 commit
  17. 14 Feb, 2022 2 commits
  18. 13 Feb, 2022 1 commit
  19. 12 Feb, 2022 2 commits
  20. 06 Feb, 2022 4 commits
  21. 05 Feb, 2022 4 commits
  22. 01 Feb, 2022 1 commit
  23. 28 Jan, 2022 1 commit
  24. 27 Jan, 2022 2 commits
  25. 19 Jan, 2022 1 commit