# File lib/core/container.rb, line 318
    def drain_wake
      begin
        @wake[0].read_nonblock(256) while true
      rescue Errno::EWOULDBLOCK, Errno::EAGAIN, Errno::EINTR
      end
    end