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