isolated_executor 0.2.2 copy "isolated_executor: ^0.2.2" to clipboard
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.

0
likes
140
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Create persistent stateless or stateful Isolate and execute there something.

License

MIT (license)

More

Packages that depend on isolated_executor