Python 3.6.5 ドキュメント 検索
Results of 1 - 6 of about 6 for epoll (0.007 sec.)
- 18.3. select --- I/O 処理の完了を待機する — Python 3.6.5 ドキュメント 13197
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
派生で利用可能な devpoll() 、Linux 2.5+ で利用可能な epoll() 、多くのBSDで利用可能な kqueue() 関数に対するアク...
新しいファイル記述子が継承不可になりました。 select. epoll ( sizehint=-1 , flags=0 ) ¶ (Only supported on Lin...
ux 2.5.44 and newer.) Return an edge polling object, which can be used as Edge or Level Tri...
ソッドについては エッジおよびレベルトリガポーリング (epoll) オブジェクト 節を参照してください。 epoll オブジェ...
- https://man.plustar.jp/python/library/select.html - [similar]
- 18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 8700
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
基底クラスと、いくつかの具象実装 ( KqueueSelector , EpollSelector ...) を定義しており、これらは複数のファイル...
seSelector +-- SelectSelector +-- PollSelector +-- EpollSelector +-- DevpollSelector +-- KqueueSelector 以下...
poll() を基底とするセレクタです。 class selectors. EpollSelector ¶ select.epoll() を基底とするセレクタです。...
fileno ( ) ¶ 下層の select.epoll() オブジェクトが使用しているファイル記述子を返しま...
- https://man.plustar.jp/python/library/selectors.html - [similar]
- 18. プロセス間通信とネットワーク — Python 3.6.5 ドキュメント 8390
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ジェクト 18.3.2. エッジおよびレベルトリガポーリング (epoll) オブジェクト 18.3.3. ポーリングオブジェクト 18.3....
- https://man.plustar.jp/python/library/ipc.html - [similar]
- What's New in Python 2.6 — Python 3.6.5 ドキュメント 8170
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
.) select モジュールに新たに Linux システムコール epoll() と BSD システムコール kqueue() へのラッパー関数が...
- https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
- What's New In Python 3.4 — Python 3.6.5 ドキュメント 8170
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
ntributed by Claudiu Popa in bpo-19343 .) select ¶ epoll がコンテキスト管理プロトコルをサポートするようにな...
- https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
- What's New In Python 3.5 — Python 3.6.5 ドキュメント 8170
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
てください); select モジュール関数: devpoll.poll() , epoll.poll() , kqueue.control() , poll.poll() , select()...
- https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV
1
NEXT