TError - type of exception it may return.public interface AsyncCloseable<TError extends Exception>
| Modifier and Type | Method and Description |
|---|---|
default void |
closeAfter(IAsync<?> sp)
Close asynchronously this closeable once the given synchronization point is done.
|
IAsync<TError> |
closeAsync()
Close asynchronously.
|
Copyright © 2019. All rights reserved.