1. 20 Apr, 2022 7 commits
  2. 19 Apr, 2022 1 commit
  3. 18 Apr, 2022 3 commits
  4. 16 Apr, 2022 3 commits
  5. 15 Apr, 2022 1 commit
  6. 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
  7. 09 Apr, 2022 1 commit
  8. 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
  9. 05 Apr, 2022 3 commits
  10. 03 Apr, 2022 1 commit
  11. 02 Apr, 2022 1 commit
  12. 28 Mar, 2022 1 commit
  13. 24 Mar, 2022 2 commits
  14. 21 Mar, 2022 2 commits
  15. 17 Mar, 2022 5 commits
  16. 05 Mar, 2022 1 commit
  17. 27 Feb, 2022 2 commits
  18. 25 Feb, 2022 1 commit
  19. 24 Feb, 2022 1 commit
  20. 21 Feb, 2022 1 commit