Searched defs:Job (Results 1 – 6 of 6) sorted by relevance
43 using Job = std::function<void()>; variable
79 interface Job { interface in TaskExecutor
74 abstract public class Job implements Runnable { class129 Job(Context service, Listener listener, String id, in Job() method in Job
159 interface Job<II, R> { interface427 void completeExceptionally(@NonNull Job<?, ?> job, @NonNull Throwable ex) { in completeExceptionally()
44 public interface Job<T> { interface in ThreadPool
626 message Job { message