Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/tests/extmod/
A Duasyncio_wait_for.py41 async def task_wait_for_cancel(id, t, t_wait): argument
44 await asyncio.wait_for(task(id, t), t_wait)
50 async def task_wait_for_cancel_ignore(t_wait): argument
53 await asyncio.wait_for(task_catch(), t_wait)

Completed in 2 milliseconds