public interface IThreadApplication extends Callable<Integer>
A threaded application is a simple callable, extended with a stop method.
| Modifier and Type | Method and Description | 
|---|---|
void | 
asyncStop()
Stop the application.This method returns possibly before the
 thread is effectively gone. 
 | 
Copyright © 2022. All rights reserved.