isolated_executor 0.2.2
isolated_executor: ^0.2.2 copied to clipboard
Create persistent stateless or stateful Isolate and execute there something.
0.0.1 #
Nothing here...
0.0.2 #
Docs updated.
0.1.0 #
StateCreationError added.
IsolatedExecutor.close() changed to .kill(int priority).
IsolatedExecutor.stateful() method now throws StateCreationError if initState throws in a new isolate.
0.2.0 #
StateCreationError renamed to StateCreationException.
StateCreationError.toString() added.
0.2.1 #
IsolatedExecutor.stateful() initState callback now expects to sync or async (FutureOr).
0.2.2 #
.run and .execute now throws with original StackTrace of error.