Searched defs:wait_handle (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/asyncio/ |
D | windows_events.py | 100 def __init__(self, ov, handle, wait_handle, *, loop=None): argument 176 def __init__(self, ov, event, wait_handle, *, loop=None): argument 196 def __init__(self, ov, handle, wait_handle, proactor, *, loop=None): argument
|