Module Index

Class: ThreadManager

The ThreadManager is responsible for starting new event threads. Event threads are threads where handles are executed.

The threaded attribute indicates if threading is actually enabled.

The max_threads attribute indicates how many threads are allowed to run concurrently.

Methods

get_threaded (cls)

Return true if the thread manager is running in threaded mode.

start_event_thread (cls, queue)

Start a new thread of control to run the first encountered handle in the specified queue.

Attributes

PRIORITY_TRIVIAL

Value of PRIORITY_TRIVIAL

10

threaded

Value of threaded

False