pyppin.threadingΒΆ

[Browse Source]

Tools for multithreaded code.

Modules

pyppin.threading.periodic_task

Run a function periodically in a background thread.

pyppin.threading.semaphore

A smarter semaphore that can do things like wait for tasks to finish.

pyppin.threading.stack_trace

A library to dump stack traces from all threads, not just the current one.

pyppin.threading.stack_trace_internals

The actual meat of stack tracing.