Skip to content

IntelliHome::Workers::Thread

mudler edited this page Aug 19, 2014 · 3 revisions

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

Clone this wiki locally