Package | Description |
---|---|
com.google.common.util.concurrent |
Concurrency utilities.
|
Modifier and Type | Method and Description |
---|---|
static <V> SettableFuture<V> |
SettableFuture.create()
Creates a new
SettableFuture that can be completed or cancelled by a later method call. |
Copyright © 2010–2019. All rights reserved.