Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 17 for futures (0.028 sec.)
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 15018
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 17. 並行実行 » 17.4. concurrent.futures -- 並列タスク実行 ¶ バージョン 3.2 で追加. ソースコ ... ード: Lib/concurrent/futures/thread.py および Lib/concurrent/futures/process.py ... concurrent.futures モジュールは、非同期に実行できる呼び出し可能オブジ ... 。 17.4.1. Executor オブジェクト ¶ class concurrent.futures. Executor ¶ 非同期呼び出しを実行するためのメソッド ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 10311
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e a CancelledError exception.) Note that tasks are futures, and everything said about futures also applies to ... Future ( * , loop=None ) ¶ このクラスは concurrent.futures.Future と ほぼ 互換です。 相違点: result() および ... event loop's call_soon() . このクラスは concurrent.futures パッケージの wait() および as_completed() 関数との ... ure ( future , * , loop=None ) ¶ Wrap a concurrent.futures.Future object in a Future object. asyncio. gather ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
17.3. concurrent パッケージ — Python 3.6.5 ドキュメント 9466
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ッケージにはモジュールが1つだけあります: concurrent.futures -- 並列タスク実行 関連キーワード: concurrent , パッ ... セスベースの並列処理 次のトピックへ 17.4. concurrent.futures -- 並列タスク実行 ナビゲーション 索引 モジュール | ...
https://man.plustar.jp/python/library/concurrent.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 8379
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 定 PEP written by Vinay Sajip. PEP 3148: concurrent.futures モジュール ¶ 同時並行性 (concurrency) を生成・管理 ... に集められることになりました。その最初のメンバーが futures パッケージです。これはスレッドとプロセス管理の統一 ... 的な高水準インターフェイスを提供します。 concurrent.futures の設計は Java の java.util.concurrent パッケージに ... PoolExecutor の単純な使用例です: import concurrent.futures , shutil with concurrent . futures . ThreadPoolExe ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
17. 並行実行 — Python 3.6.5 ドキュメント 8069
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 使用例 17.3. concurrent パッケージ 17.4. concurrent.futures -- 並列タスク実行 17.4.1. Executor オブジェクト 17 ...
https://man.plustar.jp/python/library/concurrency.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 8000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... どうしますか? ¶ 最も簡単な方法は、新しい concurrent.futures モジュール、特に ThreadPoolExecutor クラスを使うこ ... ことを考えればいいのです。これは、新しい concurrent.futures モジュールの ProcessPoolExecutor クラスを使えば簡単 ...
https://man.plustar.jp/python/faq/library.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 8000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... yncio.Future オブジェクトを作成します。 asyncio で Futures を作成するために推奨される方法です。イベントループ ... を実装することにより、Futures クラスの(パフォーマンスや計測方法が優れた) 代替実装 ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
18.5. asyncio --- 非同期 I/O、イベントループ、コルーチンおよびタスク — Python 3... 8000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... などの実体サポート (一部はシステム依存); concurrent.futures モジュールの一つに類似するが、イベントループでの使 ...
https://man.plustar.jp/python/library/asyncio.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 8000
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... p | q | r | s | t | u | v | w | x | z _ __future__ Future statement definitions __main__ The environment wher ... e files in a directory tree. concurrent concurrent.futures Execute computations concurrently using threads or ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New in Python — Python 3.6.5 ドキュメント 8000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 1: logging の辞書ベースの設定 PEP 3148: concurrent.futures モジュール PEP 3147: PYC リポジトリーディレクトリ ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
PREV 1 2 NEXT