1. 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
  2. 16 Dec, 2022 4 commits
  3. 15 Dec, 2022 1 commit
  4. 19 Nov, 2022 3 commits
  5. 18 Nov, 2022 2 commits
  6. 04 Nov, 2022 1 commit
  7. 03 Nov, 2022 2 commits
  8. 31 Oct, 2022 3 commits
  9. 29 Oct, 2022 10 commits
  10. 28 Oct, 2022 1 commit
  11. 25 Oct, 2022 4 commits
  12. 10 Oct, 2022 1 commit
  13. 07 Oct, 2022 7 commits