Thunk like delegator strategy: ```python def reset_fn(delegator): delegator() # encapsulates logic paco.times(coro, 5, reset_fn=reset_fn) ```