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

Do not migrate tasks to a different thread pool #1159

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

samtkaplan
Copy link
Contributor

@samtkaplan samtkaplan commented Mar 11, 2024

This depends on ConcurrentUtilities#32. Therefore, I don't expect unit tests to pass until ConcurrentUtilities#32 is merged, and a new version of ConcurrentUtilities is released.

Together with ConcurrentUtilities#32, this fixes #1153.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.62%. Comparing base (e27493d) to head (a6f74e8).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1159   +/-   ##
=======================================
  Coverage   82.62%   82.62%           
=======================================
  Files          32       32           
  Lines        3051     3051           
=======================================
  Hits         2521     2521           
  Misses        530      530           

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

@samtkaplan
Copy link
Contributor Author

@quinnj Let me know if there are any more changes you would like here before it can be merged? Thanks :)

@quinnj quinnj merged commit c495600 into JuliaWeb:master Mar 16, 2024
7 of 21 checks passed
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.

HTTP.request negates interactive thread usage.
3 participants