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 MSDN docs say the notifications aren't reliable, but don't explain why and I can't find any evidence to support that. I think it's worth trying it out, in any event.
The text was updated successfully, but these errors were encountered:
Windows provides an API to associate an IO completion port with a Job object, by calling
SetInformationJobObject
withJobObjectAssociateCompletionPortInformation
and passing in aJOBOBJECT_ASSOCIATE_COMPLETION_PORT
.The MSDN docs say the notifications aren't reliable, but don't explain why and I can't find any evidence to support that. I think it's worth trying it out, in any event.
The text was updated successfully, but these errors were encountered: