openfl.utilities.fed\_timer.CustomThread
========================================

.. currentmodule:: openfl.utilities.fed_timer

.. autoclass:: CustomThread
   :members:
   :show-inheritance:
   :inherited-members:

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~CustomThread.__init__
      ~CustomThread.getName
      ~CustomThread.isDaemon
      ~CustomThread.is_alive
      ~CustomThread.join
      ~CustomThread.result
      ~CustomThread.run
      ~CustomThread.setDaemon
      ~CustomThread.setName
      ~CustomThread.start
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~CustomThread.daemon
      ~CustomThread.ident
      ~CustomThread.name
      ~CustomThread.native_id
   
   