yahns.git  about / heads / tags
sleepy, multi-threaded, non-blocking application server for Ruby
blob 52f893a22c7c19b2192750e3814849587f7a880f 279 bytes (raw)
$ git show maint:lib/yahns/tcp_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::TCPServer < Kgio::TCPServer # :nodoc:
  include Yahns::Acceptor
end

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