Movatterモバイル変換


[0]ホーム

URL:


Navigation

17.9.dummy_threading — Drop-in replacement for thethreading module

Source code:Lib/dummy_threading.py


This module provides a duplicate interface to thethreading module. Itis meant to be imported when the_thread module is not provided on aplatform.

Suggested usage is:

try:importthreadingexceptImportError:importdummy_threadingasthreading

Be careful to not use this module where deadlock might occur from a thread beingcreated that blocks waiting for another thread to be created. This often occurswith blocking I/O.

Previous topic

17.8.select — Waiting for I/O completion

Next topic

17.10._thread — Low-level threading API

This Page

Quick search

Enter search terms or a module, class or function name.

Navigation

©Copyright 1990-2017, Python Software Foundation.
The Python Software Foundation is a non-profit corporation.Please donate.
Last updated on Sep 19, 2017.Found a bug?
Created usingSphinx 1.2.

[8]ページ先頭

©2009-2026 Movatter.jp