shared/isolates/isolate_manager library

Classes

IsolateManager
Web implementation of IsolateManager that runs tasks on the main thread. Isolates are not supported on web platforms, so this implementation executes tasks synchronously instead.

Typedefs

StreamComputeTask<Q, P> = FutureOr<void> Function(Q argument, void emit(P progress))