René's URL Explorer Experiment


Title: Futures — Python 3.15.0a5 documentation

Open Graph Title: Futures

Description: Source code: Lib/asyncio/futures.py, Lib/asyncio/base_futures.py Future objects are used to bridge low-level callback-based code with high-level async/await code. Future Functions: Future Object: T...

Open Graph Description: Source code: Lib/asyncio/futures.py, Lib/asyncio/base_futures.py Future objects are used to bridge low-level callback-based code with high-level async/await code. Future Functions: Future Object: T...

Opengraph URL: https://docs.python.org/3/library/asyncio-future.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_library_asyncio-future_bb00f916.png
og:image:altSource code: Lib/asyncio/futures.py, Lib/asyncio/base_futures.py Future objects are used to bridge low-level callback-based code with high-level async/await code. Future Functions: Future Object: T...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
Futureshttps://docs.python.org/dev/library/asyncio-future.html
Future Functionshttps://docs.python.org/dev/library/asyncio-future.html#future-functions
Future Objecthttps://docs.python.org/dev/library/asyncio-future.html#future-object
Event Loophttps://docs.python.org/dev/library/asyncio-eventloop.html
Transports and Protocolshttps://docs.python.org/dev/library/asyncio-protocol.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/asyncio-future.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/asyncio-protocol.html
previoushttps://docs.python.org/dev/library/asyncio-eventloop.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Networking and Interprocess Communicationhttps://docs.python.org/dev/library/ipc.html
asyncio — Asynchronous I/Ohttps://docs.python.org/dev/library/asyncio.html
Futureshttps://docs.python.org/dev/library/asyncio-future.html
https://docs.python.org/dev/library/asyncio-future.html#futures
Lib/asyncio/futures.pyhttps://github.com/python/cpython/tree/main/Lib/asyncio/futures.py
Lib/asyncio/base_futures.pyhttps://github.com/python/cpython/tree/main/Lib/asyncio/base_futures.py
https://docs.python.org/dev/library/asyncio-future.html#future-functions
https://docs.python.org/dev/library/asyncio-future.html#asyncio.isfuture
asyncio.Futurehttps://docs.python.org/dev/library/asyncio-future.html#asyncio.Future
asyncio.Taskhttps://docs.python.org/dev/library/asyncio-task.html#asyncio.Task
https://docs.python.org/dev/library/asyncio-future.html#asyncio.ensure_future
Futurehttps://docs.python.org/dev/library/asyncio-future.html#asyncio.Future
Taskhttps://docs.python.org/dev/library/asyncio-task.html#asyncio.Task
isfuture()https://docs.python.org/dev/library/asyncio-future.html#asyncio.isfuture
Taskhttps://docs.python.org/dev/library/asyncio-task.html#asyncio.Task
iscoroutine()https://docs.python.org/dev/library/asyncio-task.html#asyncio.iscoroutine
Taskhttps://docs.python.org/dev/library/asyncio-task.html#asyncio.Task
inspect.isawaitable()https://docs.python.org/dev/library/inspect.html#inspect.isawaitable
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
create_task()https://docs.python.org/dev/library/asyncio-task.html#asyncio.create_task
asyncio.TaskGrouphttps://docs.python.org/dev/library/asyncio-task.html#asyncio.TaskGroup
awaitablehttps://docs.python.org/dev/glossary.html#term-awaitable
https://docs.python.org/dev/library/asyncio-future.html#asyncio.wrap_future
concurrent.futures.Futurehttps://docs.python.org/dev/library/concurrent.futures.html#concurrent.futures.Future
asyncio.Futurehttps://docs.python.org/dev/library/asyncio-future.html#asyncio.Future
https://docs.python.org/dev/library/asyncio-future.html#future-object
https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future
awaitablehttps://docs.python.org/dev/glossary.html#term-awaitable
transportshttps://docs.python.org/dev/library/asyncio-protocol.html#asyncio-transports-protocols
loop.create_future()https://docs.python.org/dev/library/asyncio-eventloop.html#asyncio.loop.create_future
contextvarshttps://docs.python.org/dev/library/contextvars.html#module-contextvars
https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.result
set_result()https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.set_result
set_exception()https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.set_exception
CancelledErrorhttps://docs.python.org/dev/library/asyncio-exceptions.html#asyncio.CancelledError
InvalidStateErrorhttps://docs.python.org/dev/library/asyncio-exceptions.html#asyncio.InvalidStateError
https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.set_result
InvalidStateErrorhttps://docs.python.org/dev/library/asyncio-exceptions.html#asyncio.InvalidStateError
https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.set_exception
InvalidStateErrorhttps://docs.python.org/dev/library/asyncio-exceptions.html#asyncio.InvalidStateError
https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.done
set_result()https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.set_result
set_exception()https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.set_exception
https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.cancelled
https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.add_done_callback
loop.call_soon()https://docs.python.org/dev/library/asyncio-eventloop.html#asyncio.loop.call_soon
contextvars.Contexthttps://docs.python.org/dev/library/contextvars.html#contextvars.Context
functools.partial()https://docs.python.org/dev/library/functools.html#functools.partial
PEP 567https://peps.python.org/pep-0567/
https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.remove_done_callback
https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.cancel
https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.exception
CancelledErrorhttps://docs.python.org/dev/library/asyncio-exceptions.html#asyncio.CancelledError
InvalidStateErrorhttps://docs.python.org/dev/library/asyncio-exceptions.html#asyncio.InvalidStateError
https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.get_loop
concurrent.futures.Futurehttps://docs.python.org/dev/library/concurrent.futures.html#concurrent.futures.Future
concurrent.futures.Futurehttps://docs.python.org/dev/library/concurrent.futures.html#concurrent.futures.Future
asyncio.Future.result()https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.result
asyncio.Future.exception()https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.exception
asyncio.Future.result()https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.result
asyncio.Future.exception()https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.exception
InvalidStateErrorhttps://docs.python.org/dev/library/asyncio-exceptions.html#asyncio.InvalidStateError
asyncio.Future.add_done_callback()https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.add_done_callback
loop.call_soon()https://docs.python.org/dev/library/asyncio-eventloop.html#asyncio.loop.call_soon
concurrent.futures.wait()https://docs.python.org/dev/library/concurrent.futures.html#concurrent.futures.wait
concurrent.futures.as_completed()https://docs.python.org/dev/library/concurrent.futures.html#concurrent.futures.as_completed
asyncio.Future.cancel()https://docs.python.org/dev/library/asyncio-future.html#asyncio.Future.cancel
concurrent.futures.Future.cancel()https://docs.python.org/dev/library/concurrent.futures.html#concurrent.futures.Future.cancel
Table of Contentshttps://docs.python.org/dev/contents.html
Futureshttps://docs.python.org/dev/library/asyncio-future.html
Future Functionshttps://docs.python.org/dev/library/asyncio-future.html#future-functions
Future Objecthttps://docs.python.org/dev/library/asyncio-future.html#future-object
Event Loophttps://docs.python.org/dev/library/asyncio-eventloop.html
Transports and Protocolshttps://docs.python.org/dev/library/asyncio-protocol.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/asyncio-future.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/asyncio-protocol.html
previoushttps://docs.python.org/dev/library/asyncio-eventloop.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Networking and Interprocess Communicationhttps://docs.python.org/dev/library/ipc.html
asyncio — Asynchronous I/Ohttps://docs.python.org/dev/library/asyncio.html
Futureshttps://docs.python.org/dev/library/asyncio-future.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.