slawlor / ractor

Rust actor framework
MIT License
1.3k stars 66 forks source link

Fix sample code in readme #245

Closed chenyukang closed 2 weeks ago

chenyukang commented 2 weeks ago

Since we continue to use async_trait in default mode, we should keep it in the demo code, otherwise, newcomers will meet the same issue in: https://github.com/slawlor/ractor/issues/217, that's the problem I ran into now.

chenyukang commented 2 weeks ago

link https://github.com/slawlor/ractor/pull/202

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.55%. Comparing base (8c310e7) to head (173c985). Report is 25 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #245 +/- ## ========================================== + Coverage 79.73% 80.55% +0.82% ========================================== Files 50 60 +10 Lines 9790 11326 +1536 ========================================== + Hits 7806 9124 +1318 - Misses 1984 2202 +218 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.