Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 4 of about 4 for producer (0.010 sec.)
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 12445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , async_chat allows you to define a FIFO queue of producers . A producer need have only one method, more() , ... return data to be transmitted on the channel. The producer indicates exhaustion ( i.e. that it contains no mo ... t. At this point the async_chat object removes the producer from the queue and starts using the next producer, ... if any. When the producer queue is empty the handle_write() method does noth ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
17.7. queue --- 同期キュークラス — Python 3.6.5 ドキュメント 8284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジュールは、複数プロデューサ-複数コンシューマ(multi-producer, multi-consumer)キューを実装します。これは、複数の ...
https://man.plustar.jp/python/library/queue.html - [similar]
10.1. itertools --- 効率的なループ実行のためのイテレータ生成関数 — Python 3.6.5... 8155
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... er_except(q.get_nowait, Queue.Empty) # loop over a producer Queue iter_except(s.pop, KeyError) # non-blocking ...
https://man.plustar.jp/python/library/itertools.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 8081
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 信用)、もしくはキュー (複数のメッセージ生成プロセス (producer)、消費プロセス (consumer) の実現用) を使うことがで ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
PREV 1 NEXT