slawlor / ractor

Rust actor framework
MIT License
1.31k stars 68 forks source link

Documentation updates, mainly around supervision #123

Closed slawlor closed 1 year ago

slawlor commented 1 year ago

Updating some documentation for the next release

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@c589dca). Click here to learn what that means. Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #123 +/- ## ======================================= Coverage ? 79.75% ======================================= Files ? 50 Lines ? 8884 Branches ? 0 ======================================= Hits ? 7085 Misses ? 1799 Partials ? 0 ``` | [Impacted Files](https://app.codecov.io/gh/slawlor/ractor/pull/123?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sean+Lawlor) | Coverage Δ | | |---|---|---| | [ractor/src/actor/mod.rs](https://app.codecov.io/gh/slawlor/ractor/pull/123?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sean+Lawlor#diff-cmFjdG9yL3NyYy9hY3Rvci9tb2QucnM=) | `90.00% <ø> (ø)` | | | [ractor/src/actor\_id.rs](https://app.codecov.io/gh/slawlor/ractor/pull/123?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sean+Lawlor#diff-cmFjdG9yL3NyYy9hY3Rvcl9pZC5ycw==) | `100.00% <ø> (ø)` | | | [ractor/src/factory/mod.rs](https://app.codecov.io/gh/slawlor/ractor/pull/123?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sean+Lawlor#diff-cmFjdG9yL3NyYy9mYWN0b3J5L21vZC5ycw==) | `83.98% <ø> (ø)` | | | [ractor/src/message.rs](https://app.codecov.io/gh/slawlor/ractor/pull/123?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sean+Lawlor#diff-cmFjdG9yL3NyYy9tZXNzYWdlLnJz) | `88.67% <ø> (ø)` | | | [ractor/src/pg/mod.rs](https://app.codecov.io/gh/slawlor/ractor/pull/123?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sean+Lawlor#diff-cmFjdG9yL3NyYy9wZy9tb2QucnM=) | `72.32% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.