actix v0.7.1 Release Notes

Release Date: 2018-07-20 // almost 6 years ago
  • โž• Added

    • ๐Ÿ— Arbiter now has Arbiter::builder() which allows opt-in of behavior to stop the actor system on uncaught panic in any arbiter thread. See #111 for examples.

    • ๐Ÿ‘ Allow to set custom system service actor via SystemRegistry::set() method.

    ๐Ÿ›  Fixed

    • AsyncContext::run_interval does not fire callback immediately, instead it fires after specified duration.