make-service

Name

make-service -- Create a service.

Type: function

Synopsis

make-service( fd, service);

Arguments

fd

An instance of <fixnum>

Return Values

service

An instance of <service>

Description

This procedure arranges to listen for connections on fd, which was presumably created using something like inet-server. Use get-next-client to dequeue connecting clients.