thread

  • full name: tenpy.tools.thread

  • parent module: tenpy.tools

  • type: module

Classes

Inheritance diagram of tenpy.tools.thread

Worker([name, max_queue_size, daemon])

Manager for a worker thread.

Exceptions

WorkerDied

Exception thrown if the main thread detects that the worker subthread died.

Module description

Tools for thread-based parallelization.