WebWorkerRunner class

Available Extensions

Constructors

WebWorkerRunner()

Properties

errors Stream
no setter
hashCode int
The hash code for this object.
no setterinherited
jobId int
getter/setter pair
jobs Map<int, Completer>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
worker Worker
final
workerNumber int
final

Methods

close() Future<void>
Stop the runner.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run<R, P>(FutureOr<R> function(P argument), P argument, {Duration? timeout, FutureOr<R> onTimeout()?}) Future<R>
Request that function be called with the provided arguments.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited