XPCOM:nsIThreadManager: Difference between revisions

Jump to navigation Jump to search
m
Line 149: Line 149:
     */
     */
   void shutdown()
   void shutdown()
                                                                                                                        /**
   
  * Get/set the maximum number of threads allowed at one time in this pool.
  /**
  */
    * Get/set the maximum number of threads allowed at one time in this pool.
  attribute unsigned long threadLimit;                                                                                                                               
    */
                                                                                                                                  
  attribute unsigned long threadLimit;                                                                                                                               
  /**
                                                                                                                                  
  * Get/set the maximum number of idle threads kept alive.
  /**
  */
    * Get/set the maximum number of idle threads kept alive.
  attribute unsigned long idleThreadLimit;
    */
  /**
  attribute unsigned long idleThreadLimit;
  * Get/set the amount of time in milliseconds before an idle thread is
   
  * destroyed.
  /**
  */
    * Get/set the amount of time in milliseconds before an idle thread is
  attribute unsigned long idleThreadTimeout;
    * destroyed.
};
    */
  attribute unsigned long idleThreadTimeout;
};


== Remarks ==
== Remarks ==
272

edits

Navigation menu