with-threaded-server ( threaded-server quot -- )
Threaded servers

Prev:wait-for-server ( threaded-server -- )
Next:stop-this-server ( -- )


Vocabulary
io.servers

Inputs
threaded-servera threaded-server
quota quotation


Outputs
None

Word description
Runs a server and calls a quotation, stopping the server once the quotation returns.

Definition