paco icon indicating copy to clipboard operation
paco copied to clipboard

Reset coroutine execution times limited

Open tomas-fp opened this issue 8 years ago • 0 comments

Thunk like delegator strategy:

def reset_fn(delegator):
   delegator()  # encapsulates logic

paco.times(coro, 5, reset_fn=reset_fn)

tomas-fp avatar Jan 04 '17 15:01 tomas-fp