lol, I was just looking into how to get a `Windows...
# coroutines
g
lol, I was just looking into how to get a
WindowsProcess
to support proper co-routine nature in its exit (ie: I wanted to register a callback with "onProcessExit"). Its done in C# (https://msdn.microsoft.com/en-us/library/system.diagnostics.process.exited(v=vs.110).aspx) so I figured there was probably a win32 API for it. I was right (http://www.ikriv.com/blog/?p=1431), but its getting added natively in java9 (http://download.java.net/java/jdk9/docs/api/java/lang/Process.html#onExit--) I wonder if I can deploy with a java-9 beta and not have anybody notice...