# File lib/childprocess/windows/handle.rb, line 85 def wait(milliseconds = nil) Lib.wait_for_single_object(@pointer, milliseconds || INFINITE) end