Backend to act as a Swiftiply client (swiftiply.swiftcore.org).
Connect the server
# File lib/thin/backends/swiftiply_client.rb, line 17
17: def connect
18: EventMachine.connect(@host, @port, SwiftiplyConnection, &method(:initialize_connection))
19: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.