actix-net/actix-rt
Luca BRUNO e458c04ec8
system: run and return exit code on stop
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.
2021-11-05 11:07:56 +00:00
..
examples add example of using multi-thread tokio runtime (#294) 2021-03-24 04:56:13 -07:00
src system: run and return exit code on stop 2021-11-05 11:07:56 +00:00
tests minimal support of System type with io-uring (#395) 2021-10-21 11:04:51 +01:00
CHANGES.md system: run and return exit code on stop 2021-11-05 11:07:56 +00:00
Cargo.toml prepare actix-rt release 2.4.0 2021-11-05 00:51:34 +00:00
LICENSE-APACHE Include license files into all sub-crates 2019-05-30 20:38:44 +02:00
LICENSE-MIT Include license files into all sub-crates 2019-05-30 20:38:44 +02:00
README.md prepare actix-rt release 2.4.0 2021-11-05 00:51:34 +00:00

README.md

actix-rt

Tokio-based single-threaded async runtime for the Actix ecosystem.

crates.io Documentation Version MIT or Apache 2.0 licensed
dependency status Download Chat on Discord

See crate documentation for more: https://docs.rs/actix-rt.