| |||||||||||
| Stops the thread listening for input from a binary input stream
listener_stop(+Listener)
listener_start/3 stops the thread listening for input from a a binary input stream.
Arguments
Listener object
Examples
main(_) :-
server_start(1352, 3, accept_connection(_), _).
See alsoserver_start/4, server_stop/1, client_start/3, client_stop/1, listener_start/3, listener_stop/1, send/2, receive/2. | |||||||||||
| |||||||||||
| Back> |
|