isolated_executor 0.2.0
isolated_executor: ^0.2.0 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.