static fun <V : Any!> execute(callable: Callable<V>!): Future<V>!
Execute a callable on the thread pool.
callable - Callable<V>!: the callable
callable
- the value type
Return Future<V>!: a future of the computed result