See: Description
Interface | Description |
---|---|
RunnableTask |
This is the interface that must be implemented by objects that wish to be
scheduled as background tasks.
|
Schedule |
Represents a schedule for a task.
|
ScheduledTask |
A
RunnableTask that defines a schedule by which it should be run. |
ThreadPool |
A Thread Pool is a self managing pool of threads which may be used for
executing concurrent tasks.
|
ThreadPoolNotificationHandler |
The interface for an object to receive thread pool notifications.
|
ThreadPoolRejectionHandler |
A handler for tasks that cannot be executed by a
ThreadPool . |
Class | Description |
---|---|
ThreadService |
Provides Thread Handling Capabilities.
|
ThreadService.AbortRejectionPolicy |
A
ThreadPoolRejectionHandler that simply throws an Exception. |
ThreadService.CallerRunsRejectionPolicy |
A
ThreadPoolRejectionHandler which attempts to run the task in
the current thread. |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.