Relative Content

Tag Archive for rustrust-wasmrust-actix

Rust – Actix Arbiters and Channels

I use the Arbiter for running an actor send in a synchronous function (as I use a third party library, I don’t have the choice). I want to manage the result with channels (according to the documentation) https://docs.rs/actix/latest/actix/struct.Arbiter.html but when the program enter in the arbiter spawn, it seems to lock.