Method | Description | |
---|---|---|
FairThreadPoolScheduler ( FairThreadPool pool ) : System |
Standard constructor.
|
|
Schedule ( System.Action action ) : void |
Queue the provided Action into the underlying FairThreadPool.
|
public FairThreadPoolScheduler ( FairThreadPool pool ) : System | ||
pool | FairThreadPool | The FairThreadPool to use. |
return | System |
public Schedule ( System.Action action ) : void | ||
action | System.Action | Job to schedule. |
return | void |