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
On Windows, Socket.call() is responsible for driving the asynchronous execution of a socket I/O syscall.
What needs to be done is that prior to the execution of a syscall, an async frame should be queued to an atomic queue of frames stored in a Socket. Upon executing Socket.deinit(), all frames should be forcibly resumed with a flag that would cause error.OperationCancelled to be returned by Socket.call().
The text was updated successfully, but these errors were encountered:
On Windows,
Socket.call()
is responsible for driving the asynchronous execution of a socket I/O syscall.What needs to be done is that prior to the execution of a syscall, an async frame should be queued to an atomic queue of frames stored in a
Socket
. Upon executingSocket.deinit()
, all frames should be forcibly resumed with a flag that would causeerror.OperationCancelled
to be returned bySocket.call()
.The text was updated successfully, but these errors were encountered: