Docs.rs
ractor-supervisor-0.1.6
ractor-supervisor 0.1.6
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
simke9445
Dependencies
futures-util ^0.3.31
normal
if_chain ^1.0.2
normal
ractor ^0.14.3
normal
thiserror ^2.0.11
normal
uuid ^1.12.1
normal
rand ^0.9.0
dev
serial_test ^3.2.0
dev
tokio ^1.43.0
dev
Versions
41.04%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ractor_
supervisor
0.1.6
Module supervisor
Module Items
Structs
Enums
In crate ractor_
supervisor
ractor_supervisor
Module
supervisor
Copy item path
Source
Structs
§
Supervisor
The supervisor actor itself.
Spawns its children in
post_start
, listens for child failures, and restarts them if needed.
If meltdown occurs, it returns an error to end abnormally (thus skipping
post_stop
).
Supervisor
Arguments
The arguments needed to spawn the supervisor.
Supervisor
Options
Supervisor-level meltdown policy.
Supervisor
State
Holds the supervisor’s live state: which children are running, how many times each child has failed, etc.
Enums
§
Supervisor
Msg
Internal messages that instruct the supervisor to spawn a child, triggered by its meltdown logic.
Supervisor
Strategy
The supervision strategy for this supervisor’s children.