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

Split ticked async executor #11

Merged
merged 2 commits into from
Jan 27, 2025
Merged

Split ticked async executor #11

merged 2 commits into from
Jan 27, 2025

Conversation

coder137
Copy link
Owner

Can now create split ticked async executor with the following syntax

let (spawner, ticker) = new_split_ticked_async_executor();

Copy link

codecov bot commented Jan 27, 2025

Codecov Report

Attention: Patch coverage is 98.36066% with 1 line in your changes missing coverage. Please review.

Project coverage is 97.84%. Comparing base (dbb56fd) to head (3497195).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/split_ticked_async_executor.rs 98.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   97.26%   97.84%   +0.58%     
==========================================
  Files           4        5       +1     
  Lines          73       93      +20     
==========================================
+ Hits           71       91      +20     
  Misses          2        2              

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

@coder137 coder137 merged commit a792d18 into main Jan 27, 2025
5 checks passed
@coder137 coder137 deleted the split_ticked_async_executor branch January 27, 2025 08:43
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