1. 11 Feb, 2023 5 commits
  2. 09 Feb, 2023 6 commits
  3. 08 Feb, 2023 1 commit
  4. 07 Feb, 2023 1 commit
  5. 06 Feb, 2023 1 commit
  6. 05 Feb, 2023 1 commit
  7. 31 Jan, 2023 3 commits
  8. 30 Jan, 2023 1 commit
  9. 28 Jan, 2023 9 commits
  10. 26 Jan, 2023 3 commits
  11. 23 Jan, 2023 1 commit
  12. 05 Jan, 2023 1 commit
    • Dominik Lohmann's avatar
      Provide `*_weak` variants of `scheduled_actor::run_{delayed,scheduled}` · 4f4c3d79
      Dominik Lohmann authored
      This adds variants to the very useful `run_delayed` and `run_scheduled`
      member functions of `scheduled_actor` that do not keep the actor alive
      until the action is triggered.
      
      I chose the `_weak` suffix rather than a `weak_` prefix so they show up
      in auto-completion alongside their strong variants, which makes it
      easier for users to discover these functions and to think about which
      one they need to call.
      4f4c3d79
  13. 16 Dec, 2022 4 commits
  14. 15 Dec, 2022 1 commit
  15. 19 Nov, 2022 2 commits