Base
Backend to act as a TCP socket server.
Connect the server
# File lib/thin/backends/tcp_server.rb, line 15 def connect @signature = EventMachine.start_server(@host, @port, Connection, &method(:initialize_connection)) end
Generated with the Darkfish Rdoc Generator 2.