IsolatedWorkerManager class

Properties

dependencies Map<Type, dynamic>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeWorker(String id) → void
initializeCompleted() → void
initializeWorker<A, S>(Type isolateWorkerType) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerWorker(String key, IsolateWorkersCreator creator) → void
toString() String
A string representation of this object.
inherited
workerEventReceiver(String id, Event event) → void

Operators

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

Static Properties

instance IsolatedWorkerManager?
getter/setter pair

Static Methods

initialize(IsolateMessenger messenger, Map<Type, dynamic> dependencies, IsolatedConnector isolatedConnector) IsolatedWorkerManager