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
When lots of futures are given to Future.after you can get a stack overflow error since each callback registers as a callback to the next future, and the call stack grows and grows as long as they are already resolved.
The text was updated successfully, but these errors were encountered:
iconara
changed the title
Future.after can lead to stack overflow errors
Future.after can lead to stack overflow errors with completed futures
Jul 14, 2015
When lots of futures are given to
Future.after
you can get a stack overflow error since each callback registers as a callback to the next future, and the call stack grows and grows as long as they are already resolved.The text was updated successfully, but these errors were encountered: