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

1
2
3
4
5
6
7
8
 
# -*- encoding: binary -*-
# Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
# License: GPL-3.0+ (see COPYING for details)
# frozen_string_literal: true
require_relative 'acceptor'
class Yahns::UNIXServer < Kgio::UNIXServer # :nodoc:
  include Yahns::Acceptor
end

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