IntelliHome::Workers::Thread - IntelliHome/Google-at-Home GitHub Wiki

NAME

IntelliHome::Workers::Thread - Base class for workers that are threads

DESCRIPTION

This Object is a wrapper for threads

METHODS

  • stop()

    Stops the thread

  • start()

    Start the thread

  • is_running()

    return threads is_running() on the thread

  • is_detached()

    return threads is_detached() on the thread