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

1
2
3
4
5
6
7
8
 
# Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
# frozen_string_literal: true
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