yahns.git  about / heads / tags
sleepy, multi-threaded, non-blocking application server for Ruby
blob 325454279d642c073f6c5fd8ab49254f93a88da5 276 bytes (raw)
$ git show maint:lib/yahns/queue.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?(:Epoll)
  require_relative 'queue_epoll'
else
  require_relative 'queue_kqueue'
end

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