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

feat(structured-concurrency): first step to introduce structured conc… #190

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

marcosschroh
Copy link
Collaborator

anyio has been introduced as the way to run programs in worker mode

@marcosschroh marcosschroh force-pushed the feat/structured-concurrency branch 2 times, most recently from 35aa96e to a45e8f2 Compare July 1, 2024 10:46
@marcosschroh marcosschroh changed the title feat(structured-concurrency): first step to introduce structured sonc… feat(structured-concurrency): first step to introduce structured conc… Jul 1, 2024
@marcosschroh marcosschroh force-pushed the feat/structured-concurrency branch from a45e8f2 to 16d09cc Compare July 1, 2024 10:50
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.56%. Comparing base (78032d2) to head (f980449).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
- Coverage   95.59%   95.56%   -0.04%     
==========================================
  Files          23       23              
  Lines         862      856       -6     
==========================================
- Hits          824      818       -6     
  Misses         38       38              

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

Copy link
Contributor

@reidmeyer reidmeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

tests/test_async_gen.py Outdated Show resolved Hide resolved
…urrency paradigm. Now StreamEngine will stop on a Stream crash (only when running with aiorun). Closes kpn#60 due to the use of flag `stop_on_unhandled_errors` with aiorun. Related to kpn#162

anyio has been introduced as the way to run programs in worker mode
@marcosschroh marcosschroh force-pushed the feat/structured-concurrency branch from 16d09cc to f980449 Compare July 1, 2024 12:25
@marcosschroh marcosschroh merged commit 32e362d into kpn:master Jul 1, 2024
6 of 8 checks passed
@marcosschroh marcosschroh deleted the feat/structured-concurrency branch July 1, 2024 12:37
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.

3 participants