Package | Description |
---|---|
org.eclipse.net4j.util.concurrent |
Utility interfaces and classes commonly useful in concurrent programming.
|
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousWorkSerializer
Deprecated.
As of 3.6 use
ExecutorWorkSerializer . |
class |
CompletionWorkSerializer
Deprecated.
As of 3.6 use
ExecutorWorkSerializer . |
class |
ExecutorWorkSerializer
Deprecated.
As of 3.9 use an executor such as
SerializingExecutor . |
class |
QueueWorkerWorkSerializer
Deprecated.
As of 3.6 use
ExecutorWorkSerializer . |
class |
SynchronousWorkSerializer
Deprecated.
As of 3.9 use an executor such as
SynchronousExecutor . |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html