Class CallAsyncWrapper


  • public final class CallAsyncWrapper
    extends Object
    • Method Detail

      • callAsync

        public static <V,​T extends Throwable> hudson.remoting.Future<V> callAsync​(hudson.remoting.VirtualChannel channel,
                                                                                        hudson.remoting.Callable<V,​T> callable)
                                                                                 throws IOException
        Throws:
        IOException