Méthode | Description | |
---|---|---|
ThreadPool ( int max ) : System.Collections |
Construct with max number of threads.
|
|
dump ( Fan args ) : void | ||
isDone ( ) : bool |
Has all the work in this queue finished processing and all threads terminated.
|
|
isStopped ( ) : bool |
Has this pool been stopped or killed.
|
Méthode | Description | |
---|---|---|
free ( Worker w ) : void | ||
join ( long msTimeout ) : bool | ||
kill ( ) : void | ||
ready ( Worker w, bool idleTimeOver ) : Work | ||
stop ( ) : void | ||
submit ( Work work ) : void |
public ThreadPool ( int max ) : System.Collections | ||
max | int | |
Résultat | System.Collections |