Pause

class support.threading_util.Pause(pausable_thread)

Bases: 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.