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
AsyncResource is a fundamental piece of the puzzle to support pools of sockets or similar. I don't see how this proposal handles that problem without it
The text was updated successfully, but these errors were encountered:
AsyncResource is equivalent to AsyncContext.wrap as they all capture the current async context global state. However, compared to AsyncResource, AsyncContext.wrap requires a function to be wrapped, as discussed at #21.
AsyncResource is a fundamental piece of the puzzle to support pools of sockets or similar. I don't see how this proposal handles that problem without it
The text was updated successfully, but these errors were encountered: