ThreadableComp ============== .. currentmodule:: labpyproject.core.app.app_components .. autoclass:: ThreadableComp :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~ThreadableComp.THREAD_FRAMERATE ~ThreadableComp.THREAD_TEMPO .. rubric:: Methods Summary .. autosummary:: ~ThreadableComp.can_join_threads ~ThreadableComp.create_child_thread ~ThreadableComp.create_component_thread ~ThreadableComp.get_threads_list ~ThreadableComp.on_component_thread_started ~ThreadableComp.run_component_thread ~ThreadableComp.set_childthreads_count ~ThreadableComp.start_component_thread ~ThreadableComp.stop_component_thread .. rubric:: Attributes Documentation .. autoattribute:: THREAD_FRAMERATE .. autoattribute:: THREAD_TEMPO .. rubric:: Methods Documentation .. automethod:: can_join_threads .. automethod:: create_child_thread .. automethod:: create_component_thread .. automethod:: get_threads_list .. automethod:: on_component_thread_started .. automethod:: run_component_thread .. automethod:: set_childthreads_count .. automethod:: start_component_thread .. automethod:: stop_component_thread