public interface CloverExecutor
Modifier and Type | Method and Description |
---|---|
boolean |
awaitTermination(long timeout,
TimeUnit unit) |
void |
shutdown() |
void |
submit(Callable task) |
void shutdown()
ExecutorService.shutdown()
boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException
void submit(Callable task) throws Exception
Exception
ExecutorService.submit(Runnable)
Copyright © 2023 OpenClover.org. All rights reserved.