Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Add async.respawn() #39

Open
ghost opened this issue Feb 6, 2013 · 0 comments
Open

Add async.respawn() #39

ghost opened this issue Feb 6, 2013 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 6, 2013

Calling async.respawn() should allow the currently executing async to finish, but should reinsert itself again. The completion callback should not be run until the task completes without calling respawn.

So, if a task respawns itself ten (10) times, the completion callback will only be called once after the tenth iteration.

@ghost ghost mentioned this issue Feb 7, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants