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