Recurring function/method calling infrastructure. More...
Classes | |
| struct | Func |
| recurringly callable function wrapper More... | |
| struct | Method |
| recurringly callable method wrapper More... | |
| struct | Registry |
| registry of recurring calls More... | |
| struct | Schedulable |
| recurring Schedulable keeps track of time in order to make recurring scheduling work More... | |
Recurring function/method calling infrastructure.
the signature of a recurringly callable is
when trying to schedule a call with a different signature consider wrapping it in a lambda function