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 optional timeout to Executor #405

Merged
merged 1 commit into from
Jan 21, 2024
Merged

Conversation

stefan-k
Copy link
Member

@stefan-k stefan-k commented Jan 21, 2024

Closes #332

  • Timeout support in Executor
  • Docs and Doctests
  • Example
  • Test
  • Mention in book (?)

@codecov-commenter
Copy link

codecov-commenter commented Jan 21, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (b74620c) 90.26% compared to head (9be41c9) 90.27%.

Files Patch % Lines
argmin/src/core/executor.rs 91.66% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #405   +/-   ##
=======================================
  Coverage   90.26%   90.27%           
=======================================
  Files         141      141           
  Lines       19906    19947   +41     
=======================================
+ Hits        17969    18007   +38     
- Misses       1937     1940    +3     

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

@stefan-k stefan-k merged commit 0445393 into argmin-rs:main Jan 21, 2024
17 checks passed
@stefan-k stefan-k deleted the timeout branch January 21, 2024 12:03
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.

Timeout
2 participants