linkcheck.threader

Support for managing threads.

Classes

StoppableThread()

Thread class with a stop() method.

class linkcheck.threader.StoppableThread[source]

Bases: Thread

Thread class with a stop() method. The thread itself has to check regularly for the stopped() condition.

Store stop event.

stop()[source]

Set stop event.

stopped(timeout=None)[source]

Return True if stop event is set.