IThreadSafe Methods |
Name | Description | |
---|---|---|
DoAsync(Action) |
Convenience method for asynchronously scheduling a job for this
object
| |
DoAsyncT(FuncT) |
Convenience method for asynchronously scheduling a job for this
object
| |
DoSync(Action) |
Convenience method for scheduling and waiting for a job
on this object's queue
| |
DoSyncT(FuncT) |
Convenience method for scheduling a job on this object's queue,
waiting for it to finish and returning the result
|