Similar to {@link #call(Callable)} but returns immediately.The result of the {@link Callable} can be obtained through the {@link Future} object. @return The {@link Future} object that can be used to wait for the completion. @throws IOException If there's an error during the communication.
|
|
|
|