AqueductImpl class

Inheritance
Available Extensions

Constructors

AqueductImpl(dynamic main(Aqueduct), dynamic isolate(Aqueduct))

Properties

contextRaw ↔ dynamic
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isolate → dynamic Function(Aqueduct)
final
main → dynamic Function(Aqueduct)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isolateRun() → void
Run method for the spawned isolate.
override
launch() Future
Spawns an isolate and initializes it for bidirectional communication.
inherited
mainRun() → void
Run method for the main isolate.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
terminate() → void
Stops this isolate.
inherited
toString() String
A string representation of this object.
inherited

Operators

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