IsolateWorkerManager class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bindFreeWrapper<A, S>(String id, Type isolateWorkerType) → void
createWorker<A, S>(Type isolateWorkerType) IsolateWorkerWrapper<A, S>
dispose() → void
Free all resources and kill Isolate.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerWorker(String key, IsolateWorkersCreator creator) Completer<List<Type>>
toString() String
A string representation of this object.
inherited
workersRegistered(String key, List<Type> workers) → void
workerStateReceiver(String id, Event event) → void

Operators

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

Static Properties

instance IsolateWorkerManager?
getter/setter pair

Static Methods

initialize(IsolateInitializer initializer, IsolateManagerCreator createIsolate, IsolateInitializeArguments args) Future<void>