handle-client* ( threaded-server -- )
Threaded servers

Prev:new-threaded-server ( encoding class -- threaded-server )
Next:Threaded server configuration


Vocabulary
io.servers

Inputs
threaded-servera threaded-server


Outputs
None

Generic word contract
Handles a client connection. Default implementation calls quotation stored in the handler slot of the threaded server.

Definition

GENERIC: handle-client* ( threaded-server -- )


Methods