magic_isolate 0.0.2 copy "magic_isolate: ^0.0.2" to clipboard
magic_isolate: ^0.0.2 copied to clipboard

A lightweight wrapper around Dart isolates that removes the SendPort/ReceivePort handshake boilerplate — spawn, communicate, and close isolates with one simple object.

Changelog #

0.0.2 #

  • Initial release.
  • MagicIsolate with spawn(), send(), request(), close(), onMessage, closeOn, and sendRequests.
  • MagicWorker.listen() for worker-side boilerplate removal.
2
likes
160
points
132
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight wrapper around Dart isolates that removes the SendPort/ReceivePort handshake boilerplate — spawn, communicate, and close isolates with one simple object.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on magic_isolate