# File lib/childprocess/windows/lib.rb, line 347
        def no_hang?(flags)
          (flags & Process::WNOHANG) == Process::WNOHANG
        end