René's URL Explorer Experiment


Title: Futures — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
Futureshttps://python.github.io/python-docs-zh-tw/library/asyncio-future.html
Future 函式https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#future-functions
Future 物件https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#future-object
事件迴圈https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html
傳輸與協定https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/asyncio-future.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html
上一頁https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
網路與行程間通訊https://python.github.io/python-docs-zh-tw/library/ipc.html
asyncio --- 非同步 I/Ohttps://python.github.io/python-docs-zh-tw/library/asyncio.html
Futureshttps://python.github.io/python-docs-zh-tw/library/asyncio-future.html
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#futures
Lib/asyncio/futures.py、source:`Lib/asyncio/base_futures.pyhttps://github.com/python/cpython/tree/3.14/Lib/asyncio/futures.py、source:`Lib/asyncio/base_futures.py
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#future-functions
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.isfuture
asyncio.Futurehttps://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future
asyncio.Taskhttps://python.github.io/python-docs-zh-tw/library/asyncio-task.html#asyncio.Task
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.ensure_future
Futurehttps://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future
Taskhttps://python.github.io/python-docs-zh-tw/library/asyncio-task.html#asyncio.Task
isfuture()https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.isfuture
Taskhttps://python.github.io/python-docs-zh-tw/library/asyncio-task.html#asyncio.Task
iscoroutine()https://python.github.io/python-docs-zh-tw/library/asyncio-task.html#asyncio.iscoroutine
Taskhttps://python.github.io/python-docs-zh-tw/library/asyncio-task.html#asyncio.Task
inspect.isawaitable()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.isawaitable
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
create_task()https://python.github.io/python-docs-zh-tw/library/asyncio-task.html#asyncio.create_task
asyncio.TaskGrouphttps://python.github.io/python-docs-zh-tw/library/asyncio-task.html#asyncio.TaskGroup
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.wrap_future
concurrent.futures.Futurehttps://python.github.io/python-docs-zh-tw/library/concurrent.futures.html#concurrent.futures.Future
asyncio.Futurehttps://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#future-object
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio-transports-protocols
loop.create_future()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_future
contextvarshttps://python.github.io/python-docs-zh-tw/library/contextvars.html#module-contextvars
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.result
set_result()https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.set_result
set_exception()https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.set_exception
CancelledErrorhttps://python.github.io/python-docs-zh-tw/library/asyncio-exceptions.html#asyncio.CancelledError
InvalidStateErrorhttps://python.github.io/python-docs-zh-tw/library/asyncio-exceptions.html#asyncio.InvalidStateError
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.set_result
InvalidStateErrorhttps://python.github.io/python-docs-zh-tw/library/asyncio-exceptions.html#asyncio.InvalidStateError
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.set_exception
InvalidStateErrorhttps://python.github.io/python-docs-zh-tw/library/asyncio-exceptions.html#asyncio.InvalidStateError
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.done
set_result()https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.set_result
set_exception()https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.set_exception
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.cancelled
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.add_done_callback
loop.call_soon()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.call_soon
contextvars.Contexthttps://python.github.io/python-docs-zh-tw/library/contextvars.html#contextvars.Context
functools.partial()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.partial
PEP 567https://peps.python.org/pep-0567/
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.remove_done_callback
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.cancel
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.exception
CancelledErrorhttps://python.github.io/python-docs-zh-tw/library/asyncio-exceptions.html#asyncio.CancelledError
InvalidStateErrorhttps://python.github.io/python-docs-zh-tw/library/asyncio-exceptions.html#asyncio.InvalidStateError
https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.get_loop
concurrent.futures.Futurehttps://python.github.io/python-docs-zh-tw/library/concurrent.futures.html#concurrent.futures.Future
concurrent.futures.Futurehttps://python.github.io/python-docs-zh-tw/library/concurrent.futures.html#concurrent.futures.Future
asyncio.Future.result()https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.result
asyncio.Future.exception()https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.exception
asyncio.Future.result()https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.result
asyncio.Future.exception()https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.exception
InvalidStateErrorhttps://python.github.io/python-docs-zh-tw/library/asyncio-exceptions.html#asyncio.InvalidStateError
asyncio.Future.add_done_callback()https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.add_done_callback
loop.call_soon()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.call_soon
concurrent.futures.wait()https://python.github.io/python-docs-zh-tw/library/concurrent.futures.html#concurrent.futures.wait
concurrent.futures.as_completed()https://python.github.io/python-docs-zh-tw/library/concurrent.futures.html#concurrent.futures.as_completed
asyncio.Future.cancel()https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.cancel
concurrent.futures.Future.cancel()https://python.github.io/python-docs-zh-tw/library/concurrent.futures.html#concurrent.futures.Future.cancel
目錄https://python.github.io/python-docs-zh-tw/contents.html
Futureshttps://python.github.io/python-docs-zh-tw/library/asyncio-future.html
Future 函式https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#future-functions
Future 物件https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#future-object
事件迴圈https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html
傳輸與協定https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/asyncio-future.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html
上一頁https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
網路與行程間通訊https://python.github.io/python-docs-zh-tw/library/ipc.html
asyncio --- 非同步 I/Ohttps://python.github.io/python-docs-zh-tw/library/asyncio.html
Futureshttps://python.github.io/python-docs-zh-tw/library/asyncio-future.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.