ace v0.7.1 Ace.TCP
Provide a service over TCP.
To start an endpoint run Ace.TCP.start_link/2
.
Individual TCP connections are handled by the Ace.TCP.Server
module.
Summary
Functions
Start an endpoint linked to the current process
Functions
start_link(app, options)
start_link(app, options) :: {:ok, endpoint} when app: Ace.TCP.Server.app, endpoint: Ace.TCP.Endpoint.endpoint, options: Ace.TCP.Endpoint.options
Start an endpoint linked to the current process.
See Ace.TCP.Endpoint
for details of options.