Home | Trees | Indices | Help |
|
---|
|
Internal threadpool library for zenmaster.
Adapted from http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/203871
Added a 'marker' to tasks so that multiple tasks with the same marker are not executed. As we are using the thread pool for i/o tasks, the marker is set to the i/o name. This prevents a slow i/o for gobbling up all of our threads
Classes | |
MarkedThreadPool Flexible thread pool class. |
|
ThreadPoolThread Pooled thread class. |
Variables | |
__package__ =
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 7 03:44:39 2017 | http://epydoc.sourceforge.net |