You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: