ID EN
Multiprocessing

Listener

Python 3.11

A wrapper for a bound socket or Windows named pipe which is ‘listening’ for connections.

Syntax

PYTHON
class multiprocessing.connection.Listener([address[, family[, backlog[, authkey]]]])

See Also

Address Formats tempfile.mkstemp() listen() AuthenticationError Authentication keys Connection AuthenticationError Context Manager Types