public class SimpleFuture<T> extends Object
| Constructor and Description |
|---|
SimpleFuture() |
SimpleFuture(T value) |
public SimpleFuture()
public SimpleFuture(T value)
public void set(T value)
public T get() throws InterruptedException
InterruptedExceptionpublic T getWithTimeout(long millis) throws InterruptedException
InterruptedExceptionCopyright © 2023 LightStep. All rights reserved.