(final Promise<T> p)
| 111 | } |
| 112 | |
| 113 | @Override |
| 114 | public void proxyTo(final Promise<T> p) { |
| 115 | } |
| 116 | |
| 117 | @Override |
| 118 | public Future<T> within(final Duration timeout, final ScheduledExecutorService scheduler, |
nothing calls this directly
no outgoing calls
no test coverage detected