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