Home
last modified time | relevance | path

Searched refs:start_server (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/multi_net/
A Duasyncio_tcp_close_write.py35 server = await asyncio.start_server(handle_connection, "0.0.0.0", PORT)
A Duasyncio_tcp_server_client.py35 server = await asyncio.start_server(handle_connection, "0.0.0.0", PORT)
A Duasyncio_tcp_client_rst.py34 server = await asyncio.start_server(handle_connection, "0.0.0.0", PORT)
A Duasyncio_tcp_readexactly.py42 server = await asyncio.start_server(handle_connection, "0.0.0.0", PORT)
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dstream.py131 async def start_server(cb, host, port, backlog=5): function

Completed in 4 milliseconds