isox 1.0.0-nullsafety.1 copy "isox: ^1.0.0-nullsafety.1" to clipboard
isox: ^1.0.0-nullsafety.1 copied to clipboard

Run your Isolates with bidirectional communication. Isox provides a simple request/reply pattern to communicate with your Isolates.

1.0.0-nullsafety.1 #

  • Merge changes from version 0.2.0. (includes nullsafety)

1.0.0-nullsafety.0 #

  • Migrate to null safety.

0.2.0 #

  • Errors are now being sent back to the main process.
  • Removed hasResponseOverride from IsoxCommand and add explicit wait. (This breaks the default behavior for void returning commands!)
  • Add command not found exception. (Will be thrown when trying to run an unregistered command)
  • Restrict commands to the same state type for IsoxInstance.run.

0.1.0 #

  • Initial release with basic functionality.
1
likes
150
points
14
downloads

Publisher

verified publisherauritylab.com

Weekly Downloads

Run your Isolates with bidirectional communication. Isox provides a simple request/reply pattern to communicate with your Isolates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on isox