mirror of
https://github.com/tommyskeff/futur4j.git
synced 2026-01-18 07:16:45 +00:00
optimizations, more comfortable PromiseFactory api and support virtual threaded executors
This commit is contained in:
@@ -3,6 +3,6 @@ package dev.tommyjs.futur.function;
|
||||
@FunctionalInterface
|
||||
public interface ExceptionalSupplier<T> {
|
||||
|
||||
T get() throws Throwable;
|
||||
T get() throws Exception;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user