asyncio.open_unix_connection()

coroutine asyncio.open_unix_connection(path=None, *, loop=None, limit=None, **kwds)

A wrapper for create_unix_connection() returning a (reader, writer) pair.

See open_connection() for information about return value and other details.

This function is a coroutine.

Availability: UNIX.

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

Please login to continue.