Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » system facilities » using sockets » openListener(String)
next | previous | forward | backward | up | index | toc

openListener(String) -- open a port for listening

Description

Use openInOut f to accept an incoming connection on the listener, returning a new input output file that serves as the connection. The function isReady can be used to determine whether an incoming connection has arrived, without blocking.

See also

Ways to use this method:


The source of this document is in Macaulay2Doc/ov_system.m2:422:0.