pyppin.threadingΒΆ

[Browse Source]

Tools for multithreaded code.

Modules

periodic_task

Run a function periodically in a background thread.

semaphore

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

stack_trace

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

stack_trace_internals

The actual meat of stack tracing.