menu
async_pool package
documentation
async_pool
VoidCallback<
T
> typedef
VoidCallback
brightness_4
VoidCallback<
T
>
typedef
Null safety
VoidCallback
<
T
> =
void Function
(
T
t
)
Implementation
typedef VoidCallback<T> = void Function(T t);
async_pool package
documentation
async_pool
VoidCallback<
T
> typedef
async_pool library
Classes
CompletableFuture
CompletableIsolate
FutureExecutor
IsolateExecutor
Typedefs
AsyncRun
ComputeCallback
ComputeCallback0
VoidCallback