Is there a way to get ActorRefs for unit testing without the system context? `actor_cell.rs` isn't a public mod? Does it make sense to be able to use ExtendedCell::new() in unit tests?
Is there a way to get ActorRefs for unit testing without the system context?
actor_cell.rsisn't a public mod?Does it make sense to be able to use ExtendedCell::new() in unit tests?