unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
blob cb84aab6e3e06a07fda5178ab1be267761f6b2f1 242 bytes (raw)
name: lib/unicorn/select_waiter.rb 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
 
# fallback for non-Linux and Linux <4.5 systems w/o EPOLLEXCLUSIVE
class Unicorn::SelectWaiter # :nodoc:
  def get_readers(ready, readers, timeout) # :nodoc:
    ret = IO.select(readers, nil, nil, timeout) and ready.replace(ret[0])
  end
end

debug log:

solving cb84aab ...
found cb84aab in https://yhbt.net/unicorn.git/

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/unicorn.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).