René's URL Explorer Experiment


Title: selectors --- 高階 I/O 多工 — 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
selectors --- 高階 I/O 多工https://python.github.io/python-docs-zh-tw/library/selectors.html
簡介https://python.github.io/python-docs-zh-tw/library/selectors.html#introduction
Classeshttps://python.github.io/python-docs-zh-tw/library/selectors.html#classes
範例https://python.github.io/python-docs-zh-tw/library/selectors.html#examples
select --- 等待 I/O 完成https://python.github.io/python-docs-zh-tw/library/select.html
signal --- 設定非同步事件的處理函式https://python.github.io/python-docs-zh-tw/library/signal.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/selectors.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/signal.html
上一頁https://python.github.io/python-docs-zh-tw/library/select.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
selectors --- 高階 I/O 多工https://python.github.io/python-docs-zh-tw/library/selectors.html
https://python.github.io/python-docs-zh-tw/library/selectors.html#module-selectors
Lib/selectors.pyhttps://github.com/python/cpython/tree/3.14/Lib/selectors.py
https://python.github.io/python-docs-zh-tw/library/selectors.html#introduction
selecthttps://python.github.io/python-docs-zh-tw/library/select.html#module-select
BaseSelectorhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.BaseSelector
KqueueSelectorhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.KqueueSelector
EpollSelectorhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.EpollSelector
fileno()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.fileno
file objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
DefaultSelectorhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.DefaultSelector
selecthttps://python.github.io/python-docs-zh-tw/library/select.html#module-select
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
WebAssembly 平台https://python.github.io/python-docs-zh-tw/library/intro.html#wasm-availability
https://python.github.io/python-docs-zh-tw/library/selectors.html#classes
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.EVENT_READ
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.EVENT_WRITE
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectorKey
SelectorKeyhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectorKey
namedtuplehttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.namedtuple
BaseSelectorhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.BaseSelector
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectorKey.fileobj
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectorKey.fd
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectorKey.events
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectorKey.data
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.BaseSelector
BaseSelectorhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.BaseSelector
DefaultSelectorhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.DefaultSelector
SelectSelectorhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectSelector
KqueueSelectorhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.KqueueSelector
BaseSelectorhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.BaseSelector
context managerhttps://python.github.io/python-docs-zh-tw/glossary.html#term-context-manager
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.BaseSelector.register
SelectorKeyhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectorKey
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.BaseSelector.unregister
SelectorKeyhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectorKey
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.BaseSelector.modify
SelectorKeyhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectorKey
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.BaseSelector.select
SelectorKeyhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectorKey
PEP 475https://peps.python.org/pep-0475/
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.BaseSelector.close
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.BaseSelector.get_key
SelectorKeyhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectorKey
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.BaseSelector.get_map
Mappinghttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Mapping
SelectorKeyhttps://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectorKey
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.DefaultSelector
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectSelector
select.select()https://python.github.io/python-docs-zh-tw/library/select.html#select.select
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.PollSelector
select.poll()https://python.github.io/python-docs-zh-tw/library/select.html#select.poll
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.EpollSelector
select.epoll()https://python.github.io/python-docs-zh-tw/library/select.html#select.epoll
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.EpollSelector.fileno
select.epoll()https://python.github.io/python-docs-zh-tw/library/select.html#select.epoll
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.DevpollSelector
select.devpoll()https://python.github.io/python-docs-zh-tw/library/select.html#select.devpoll
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.DevpollSelector.fileno
select.devpoll()https://python.github.io/python-docs-zh-tw/library/select.html#select.devpoll
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.KqueueSelector
select.kqueue()https://python.github.io/python-docs-zh-tw/library/select.html#select.kqueue
https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.KqueueSelector.fileno
select.kqueue()https://python.github.io/python-docs-zh-tw/library/select.html#select.kqueue
https://python.github.io/python-docs-zh-tw/library/selectors.html#examples
目錄https://python.github.io/python-docs-zh-tw/contents.html
selectors --- 高階 I/O 多工https://python.github.io/python-docs-zh-tw/library/selectors.html
簡介https://python.github.io/python-docs-zh-tw/library/selectors.html#introduction
Classeshttps://python.github.io/python-docs-zh-tw/library/selectors.html#classes
範例https://python.github.io/python-docs-zh-tw/library/selectors.html#examples
select --- 等待 I/O 完成https://python.github.io/python-docs-zh-tw/library/select.html
signal --- 設定非同步事件的處理函式https://python.github.io/python-docs-zh-tw/library/signal.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/selectors.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/signal.html
上一頁https://python.github.io/python-docs-zh-tw/library/select.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
selectors --- 高階 I/O 多工https://python.github.io/python-docs-zh-tw/library/selectors.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.