class documentation
class RepeatingWork(Protocol[
Known subclasses: fritter.persistent.jsonable.JSONableRepeatable
RepeatingWork is work that can be performed repeatedly in a loop.
| Method | __call__ |
Do the work that needs to be repeated. |
Do the work that needs to be repeated.
| Parameters | |
steps:StepsTCon | The steps which have passed since the previous invocation. |
scheduled:SomeScheduledCall | The in-progress ScheduledCall that you can call cancel() on to stop the repetition. |