new-threaded-server ( encoding class -- threaded-server )
Threaded servers

Prev:threaded-server
Next:handle-client* ( threaded-server -- )


Vocabulary
io.servers

Inputs
encodingan encoding descriptor
classa class


Outputs
threaded-servera threaded-server


Word description
Creates a new instance of a subclass of threaded-server. Subclasses can implement the handle-client* generic word.

Definition