PausableThread
PublisherThread
support.threading_util.
Pause
Bases: object
object
A context manager for pausing threads. This makes sure that when we unpause the thread when we’re done doing whatever task we needed.