actix v0.8.0-alpha.1 Release Notes

Release Date: 2019-03-28 // about 5 years ago
  • ๐Ÿ”„ Changes

    • Edition 2018

    • Replace System/Arbiter with actix_rt::System and actix_rt::Arbiter

    • โž• Add implementations for Message for Arc and Box

    • System and arbiter registries available via from_registry() method.

    โœ‚ Deleted

    • โœ‚ Deleted signals actor. The functionality formerly provided by the signals actor can be achieved using the tokio-signal crate. See the [chat example] for how this can work.