Home
last modified time | relevance | path

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

/third_party/python/Lib/concurrent/futures/
Dthread.py54 if not self.future.set_running_or_notify_cancel():
D_base.py487 def set_running_or_notify_cancel(self): member in Future
Dprocess.py356 if work_item.future.set_running_or_notify_cancel():
/third_party/python/Lib/asyncio/
Dfutures.py332 if not concurrent.set_running_or_notify_cancel():
Dtasks.py874 if future.set_running_or_notify_cancel():
/third_party/python/Doc/library/
Dconcurrent.futures.rst387 .. method:: set_running_or_notify_cancel()