FSThread ======== .. currentmodule:: lib.multithreading .. autoclass:: FSThread :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~FSThread.daemon ~FSThread.error_state ~FSThread.ident ~FSThread.name ~FSThread.native_id .. rubric:: Methods Summary .. autosummary:: ~FSThread.check_and_raise_error ~FSThread.getName ~FSThread.isDaemon ~FSThread.is_alive ~FSThread.join ~FSThread.run ~FSThread.setDaemon ~FSThread.setName ~FSThread.start .. rubric:: Attributes Documentation .. autoattribute:: daemon .. autoattribute:: error_state .. autoattribute:: ident .. autoattribute:: name .. autoattribute:: native_id .. rubric:: Methods Documentation .. automethod:: check_and_raise_error .. automethod:: getName .. automethod:: isDaemon .. automethod:: is_alive .. automethod:: join .. automethod:: run .. automethod:: setDaemon .. automethod:: setName .. automethod:: start