272
edits
m (→nsIThreadPool) |
|||
| Line 149: | Line 149: | ||
*/ | */ | ||
void shutdown() | void shutdown() | ||
| |||
/** | |||
* Get/set the maximum number of threads allowed at one time in this pool. | |||
*/ | |||
attribute unsigned long threadLimit; | |||
| |||
/** | |||
* Get/set the maximum number of idle threads kept alive. | |||
*/ | |||
attribute unsigned long idleThreadLimit; | |||
| |||
/** | |||
* Get/set the amount of time in milliseconds before an idle thread is | |||
* destroyed. | |||
}; | */ | ||
attribute unsigned long idleThreadTimeout; | |||
}; | |||
== Remarks == | == Remarks == | ||
edits