tracetree icon indicating copy to clipboard operation
tracetree copied to clipboard

Add Windows support

Open luser opened this issue 8 years ago • 1 comments

Windows provides an API to associate an IO completion port with a Job object, by calling SetInformationJobObject with JobObjectAssociateCompletionPortInformation and passing in a JOBOBJECT_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.

luser avatar Jun 22 '17 10:06 luser

I think we'd want to get this mio issue fixed before attempting this: https://github.com/carllerche/mio/issues/526 .

luser avatar Jun 22 '17 10:06 luser