Searched refs:Callable (Results 1 – 3 of 3) sorted by relevance
26 import java.util.concurrent.Callable;679 private static abstract class WorkerRunnable<Params, Result> implements Callable<Result> {
44 import java.util.concurrent.Callable;272 private final Callable<Void> cleanupCallable = new Callable<Void>() {
24 from typing import Any, Callable327 preexec_fn: Callable[[], None] | None = None, argument