swactor/tests
Developer 771c38c863 feat: OneForAll and RestForOne supervisor strategies (Cycle 18)
Add coordinated restart strategies to the Supervisor actor. OneForAll
restarts all children when one fails; RestForOne restarts the failed
child and all children after it in spec order. Uses a SupervisorPhase
state machine to coordinate stop signals and Down confirmations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 14:12:28 +00:00
..
proptest_runtime.rs feat: property-based testing and extended fuzz targets (Cycle 11) 2026-02-12 12:57:44 +00:00
runtime_api.rs feat: OneForAll and RestForOne supervisor strategies (Cycle 18) 2026-02-12 14:12:28 +00:00
test_python.py fix: stats datatypes and refactor channel signature (#28) 2026-02-10 07:35:58 +00:00
transport_api.rs feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00