submit<Q, R> abstract method

Future<R> submit<Q, R>(
  1. Job<Q, R> job
)

Implementation

Future<R> submit<Q, R>(Job<Q, R> job);