Tags: neithanmo/ractor
Tags
Marking that the converter function in the derived actor is cross-thr… …ead safe since it's just an Into() call. (slawlor#321)
Add monitor API back (slawlor#317) * Re-add the monitor API, but with an option in the map to save allocations when unused. Additionally move to Option<HashMap> types to save on allocations for regular supervisions (if the actor doesn't supervise anything, we don't need to create the empty map) * Gate monitor API behind a feature, update crate version, add CI coverage on monitors, and update API and README docs
Add a `wait()` operator for an actor (slawlor#304) This allows someone to wait for the actor's exit without waiting on the JoinHandle
Fixing broken CI signals (slawlor#296) Includes updating the generated test certificates for TLS integration tests and a minor addition for stats
PreviousNext