mirror of https://github.com/fafhrd91/actix-net
This adds an additional running method to `System`, which allows consumers to retrieve the stopping code. Additionally, the existing `run()` is reworked to use that internally, ensuring both codepaths are tested and aligned in behavior. |
||
---|---|---|
.. | ||
examples | ||
src | ||
tests | ||
CHANGES.md | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
README.md
actix-rt
Tokio-based single-threaded async runtime for the Actix ecosystem.
See crate documentation for more: https://docs.rs/actix-rt.