DoxIsolate class
Constructors
- DoxIsolate.new()
-
factory
Properties
Methods
-
killAll(
) → void - kill all the isolate
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
spawn(
int count) → Future< void> - create threads
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited