Package de.linusdev.lutils.async.manager
Interface AsyncManager
- All Known Subinterfaces:
AsyncQueue<R>
public interface AsyncManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonExceptionInListener(@NotNull Future<?, ?> future, @Nullable Task<?, ?> task, @NotNull Throwable throwable)
-
Method Details
-
checkThread
- Throws:
NonBlockingThreadException
-
onExceptionInListener
-