1. 09 Feb, 2023 2 commits
  2. 08 Feb, 2023 1 commit
  3. 07 Feb, 2023 1 commit
  4. 06 Feb, 2023 1 commit
  5. 05 Feb, 2023 1 commit
  6. 31 Jan, 2023 3 commits
  7. 30 Jan, 2023 1 commit
  8. 28 Jan, 2023 9 commits
  9. 26 Jan, 2023 3 commits
  10. 23 Jan, 2023 1 commit
  11. 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
  12. 16 Dec, 2022 4 commits
  13. 15 Dec, 2022 1 commit
  14. 19 Nov, 2022 3 commits
  15. 18 Nov, 2022 2 commits
  16. 04 Nov, 2022 1 commit
  17. 03 Nov, 2022 2 commits
  18. 31 Oct, 2022 3 commits