submit

open override fun submit(task: Callable<V>): Future<V>
open override fun submit(task: Runnable, result: V): Future<V>

Throws