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
@Richienb thanks for proposal. Still I think that returning a function will give a false idea that tasks will be propagated to next event loop and that is likely to introduce bugs in systems that depend on such behavior
If in given setup it's ok to fallback to immediate execution I believe that such decision should be made explicitly, and it can be achieved easily as:
If no strategy can be found,
null
shouldn't be returned as it can lead to bugs. Instead, next-tick should just call the callback.The text was updated successfully, but these errors were encountered: