asyncio.AbstractEventLoop.create_unix_server()

coroutine AbstractEventLoop.create_unix_server(protocol_factory, path=None, *, sock=None, backlog=100, ssl=None)

Similar to AbstractEventLoop.create_server(), but specific to the socket family AF_UNIX.

This method is a coroutine.

Availability: UNIX.

doc_python
2016-10-07 17:26:30
Comments
Leave a Comment

Please login to continue.