book icon indicating copy to clipboard operation
book copied to clipboard

Actix user guides

Results 3 book issues
Sort by recently updated
recently updated
newest added

I found that the old version does not compile given the (new)call signature for `Arbiter::spawn`.

ATTENTION maintainers: several of the examples need your expert opinion - they are currently panicking with ``` thread 'main' panicked at '`spawn_local` called from outside of a `task::LocalSet`', .cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.19.2/src/task/local.rs:306:18 ```...

Hello! We love actix actor framework and we've been using it in our production development for an year now. We've been using the registry functionality in our code, and mostly...

help wanted