mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
asyncio doc: add UDP client and server examples
This commit is contained in:
parent
c2721b41d3
commit
c7edffdddd
2 changed files with 85 additions and 0 deletions
|
@ -243,6 +243,9 @@ Creating connections
|
|||
|
||||
On Windows with :class:`ProactorEventLoop`, this method is not supported.
|
||||
|
||||
See :ref:`UDP echo client protocol <asyncio-udp-echo-client-protocol>` and
|
||||
:ref:`UDP echo server protocol <asyncio-udp-echo-server-protocol>` examples.
|
||||
|
||||
|
||||
.. method:: BaseEventLoop.create_unix_connection(protocol_factory, path, \*, ssl=None, sock=None, server_hostname=None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue