Method summary
Methods
- __call__(self, code, frame = None, wait = 0)
Execute code in parallel thread inside given frame (default frame is where this instance was created). If wait is True then __call__ returns after code is executed, otherwise code execution happens in background.
- __init__(self)
- run(self)
Called by threading.Thread.
- shutdown(self)
Shutdown parallel thread.
