| Package | Description |
|---|---|
| org.neo4j.concurrent |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Work<Material,W extends Work<Material,W>>
A unit of work that can be applied to the given type of material, or combined with other like-typed units of
work.
|
class |
WorkSync<Material,W extends Work<Material,W>>
Turns multi-threaded unary work into single-threaded stack work.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.