actors 0.4.0 copy "actors: ^0.4.0" to clipboard
actors: ^0.4.0 copied to clipboard

outdated

Actors Model library for Dart. It is a thin wrapper around Dart's `Isolate` that makes them much easier to use.

0.4.0 #

  • Allow all Messenger subtypes to be created from a function.
  • Added support for GroupStrategy, so ActorGroup can have different ways to send messages to actors.
  • Created RoundRobinGroupStrategy.
  • Created AllHandleWithNAcks.
  • All Messenger sub-types are now closeable.
  • Changed return type of Messenger.send from Future to FutureOr.

0.3.0 #

  • Added ActorGroup.
  • Added LocalMessenger.

0.2.0 #

  • Lighter message representation for smaller overhead.

0.1.0 #

  • Initial version, created by Stagehand.
  • Implemented basic functionaliy of an Actor.
29
likes
0
points
633
downloads

Publisher

unverified uploader

Weekly Downloads

Actors Model library for Dart. It is a thin wrapper around Dart's `Isolate` that makes them much easier to use.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on actors