def is_alive()

in pythonflow/pfmq/_base.py [0:0]


    def is_alive(self):
        """
        bool : Whether the background thread is alive.
        """
        return self._thread and self._thread.is_alive()