Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add utility functions for spawning actors #329

Merged
merged 1 commit into from
Feb 5, 2025
Merged

Add utility functions for spawning actors #329

merged 1 commit into from
Feb 5, 2025

Conversation

slawlor
Copy link
Owner

@slawlor slawlor commented Feb 5, 2025

Utilities added on

  • The ActorRef for spawning children (instance method of spawn_linked)
  • The crate root for spawning unmanaged actors

Tests updated to cover functionality.

Copy link

codecov bot commented Feb 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.64%. Comparing base (f9ccc48) to head (857ed51).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #329      +/-   ##
==========================================
+ Coverage   81.61%   81.64%   +0.03%     
==========================================
  Files          61       62       +1     
  Lines       12298    12319      +21     
==========================================
+ Hits        10037    10058      +21     
  Misses       2261     2261              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

(a) the ActorRef for spawning children (instance method of `spawn_linked`)
(b) at the crate root for spawning unmanaged actors
@slawlor slawlor marked this pull request as ready for review February 5, 2025 15:31
@slawlor slawlor merged commit 82a839b into main Feb 5, 2025
18 checks passed
@slawlor slawlor deleted the utility branch February 5, 2025 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant