Provide `*_weak` variants of `scheduled_actor::run_{delayed,scheduled}`
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.
Showing
Please register or sign in to comment