(final Runnable r)
| 55 | } |
| 56 | |
| 57 | @Override |
| 58 | public Future<T> ensure(final Runnable r) { |
| 59 | return this; |
| 60 | } |
| 61 | |
| 62 | @Override |
| 63 | public Future<T> onSuccess(final Consumer<? super T> c) { |
nothing calls this directly
no outgoing calls
no test coverage detected