public final class NonBlockingPool<T> extends Object implements Pool<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
NonBlockingPool.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
checkin(Member<T> m) |
void |
close() |
static <T> NonBlockingPool.Builder<T> |
factory(Callable<T> factory) |
io.reactivex.Single<Member<T>> |
member() |
public void close()
close in interface AutoCloseablepublic static <T> NonBlockingPool.Builder<T> factory(Callable<T> factory)
Copyright © 2016–2019. All rights reserved.