isox 0.2.0 copy "isox: ^0.2.0" to clipboard
isox: ^0.2.0 copied to clipboard

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

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
40
pub points
0%
popularity

Publisher

verified publisherauritylab.com

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

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on isox