yahns.git  about / heads / tags
sleepy, multi-threaded, non-blocking application server for Ruby
blob aa95f4b5d98c049149cadab559f371a9270a6161 245 bytes (raw)
$ git show v0.0.1:lib/yahns/sigevent.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
 
# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net>
# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
if SleepyPenguin.const_defined?(:EventFD)
  require_relative 'sigevent_efd'
else
  require_relative 'sigevent_pipe'
end

git clone git://yhbt.net/yahns.git
git clone https://yhbt.net/yahns.git