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
The signature of ntci::Proactor::cancel() implies that is synchronous, but it is likely that for some implementations cancelation must be implemented asynchronously. Enhance the contract of ntci::Proactor::cancel to call a new function, ntci::ProactorSocket::processCanceled(), when all pending operations are canceled.
The text was updated successfully, but these errors were encountered:
The signature of
ntci::Proactor::cancel()
implies that is synchronous, but it is likely that for some implementations cancelation must be implemented asynchronously. Enhance the contract ofntci::Proactor::cancel
to call a new function,ntci::ProactorSocket::processCanceled()
, when all pending operations are canceled.The text was updated successfully, but these errors were encountered: