Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dfutures.py342 def _set_state(future, other): function
360 _set_state(destination, source)
362 dest_loop.call_soon_threadsafe(_set_state, destination, source)