brettwooldridge / NuProcess

Low-overhead, non-blocking I/O, external Process implementation for Java
Apache License 2.0
712 stars 84 forks source link

Add getPID() to NuProcess. #61

Closed MTyson closed 8 years ago

MTyson commented 8 years ago

Added the getPID() method to NuProcess interface.

Implemented it in WindowsProcess and BasePosixProcess.

getPID() returns an integer representing the actual OS process id.

MTyson commented 8 years ago

Done deal.