Package | Description |
---|---|
org.apache.river.thread |
These are utility classes and interfaces for helping with tasks done in multiple threads.
|
Class and Description |
---|
Executor
Executor is an abstraction for a thread factory or thread pool for
executing actions asynchronously.
|
ExtensibleExecutorService.RunnableFutureFactory
Factory for creating custom RunnableFuture implementations.
|
FutureObserver |
FutureObserver.ObservableFuture |
TaskManager
Deprecated.
will be removed from a future release soon.
|
TaskManager.Task
Deprecated.
The interface that tasks must implement
|
WakeupManager
A Queue of timed tasks.
|
WakeupManager.ThreadDesc
Description of a future thread.
|
WakeupManager.Ticket
A ticket that can be used for cancelling a future task.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.