• The added line is THIS COLOR.
  • The deleted line is THIS COLOR.

- threading --- スレッドベースの並列処理
--  https://docs.python.org/ja/3/library/threading.html

*. [#j9d7e4ea]

- Pythonでマルチスレッド処理
--  https://qiita.com/konnyakmannan/items/2f0e3f00137db10f56a7 ([https://web.archive.org/web/20180408091303/https://qiita.com/konnyakmannan/items/2f0e3f00137db10f56a7 webarchive])
>
pythonでスレッドを扱うにはthreadingモジュールを利用する.
threadingモジュールでスレッドを扱うには二つの方法がある.
 threading.Threadのサブクラスを作る.
 threading.Threadのインスタンスを作る.

- Pythonで並列化を学んでみる(マルチスレッド偏)
--  https://qiita.com/__init__/items/74b36eba31ccbc0364ed


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes