menu
async_pool package
documentation
async_pool
ComputeCallback<
Q
,
R
> typedef
ComputeCallback
brightness_4
ComputeCallback<
Q
,
R
>
typedef
Null safety
ComputeCallback
<
Q
,
R
> =
FutureOr
<
R
>
Function
(
Q
message
)
Implementation
typedef ComputeCallback<Q, R> = FutureOr<R> Function(Q message);
async_pool package
documentation
async_pool
ComputeCallback<
Q
,
R
> typedef
async_pool library
Classes
CompletableFuture
CompletableIsolate
FutureExecutor
IsolateExecutor
Typedefs
AsyncRun
ComputeCallback
ComputeCallback0
VoidCallback