Package | Description |
---|---|
io.github.avivcarmis.javared.future |
Modifier and Type | Method and Description |
---|---|
RedFutureHub |
RedFutureHub.adoptFuture(RedFuture future)
Requests the hub to adopt and track an instance of
RedFuture . |
RedFutureHub |
RedFutureHub.adoptFutures(Collection<RedFuture> futures)
Requests the hub to adopt and track multiple instances of
RedFuture . |
RedFutureHub |
RedFutureHub.adoptFutures(RedFuture... futures)
Requests the hub to adopt and track multiple instances of
RedFuture . |
RedFutureHub |
RedFutureHub.adoptListenableFuture(com.google.common.util.concurrent.ListenableFuture future)
Requests the hub to adopt and track an instance of
ListenableFuture . |
RedFutureHub |
RedFutureHub.adoptListenableFutures(Collection<com.google.common.util.concurrent.ListenableFuture> futures)
Requests the hub to adopt and track multiple instances of
ListenableFuture . |
RedFutureHub |
RedFutureHub.adoptListenableFutures(com.google.common.util.concurrent.ListenableFuture<?>... futures)
Requests the hub to adopt and track multiple instances of
ListenableFuture . |
static RedFutureHub |
RedFuture.hub() |
Copyright © 2017. All rights reserved.