Story Published at: April 13, 2023 at 02:06PM
WhatsApp announces key transparency being added to WhatsApp
Show HN: Ractor – a Rust-based actor framework with clusters and supervisors
SOME HIGHLIGHTS. * We have a full supervision tree so actors can monitor other actors for exits and unhandled panic!s (at least the ones that can be caught) * The actor lifecycle is handled for you in a simple single-threaded, message handler primitive * You have a mutable state with each message handling call, so you have an easy way […]