method: _thread.WorkerPool.shutdown

*Not documented*
    def shutdown(self): 

origin: _thread.WorkerPool

where:

changes in __dict__ after execution:

function source:

def shutdown(self): 
    if not self._shuttingdown: 
        self._shuttingdown = True 
        for t in self._alive.keys(): 
            t.stop() 

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/thread/testing/test_pool.py

traceback _thread.WorkerPool.shutdown.0

called in /home/johnny/projects/merlinux/py/dist/py/thread/testing/test_pool.py

traceback _thread.WorkerPool.shutdown.1

called in /home/johnny/projects/merlinux/py/dist/py/thread/testing/test_pool.py

traceback _thread.WorkerPool.shutdown.2

called in /home/johnny/projects/merlinux/py/dist/py/thread/testing/test_io.py

traceback _thread.WorkerPool.shutdown.3

called in /home/johnny/projects/merlinux/py/dist/py/thread/testing/test_pool.py

traceback _thread.WorkerPool.shutdown.4