Skip to content

models/krate: Add async_owners() fn #9901

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

Merged
merged 2 commits into from
Nov 11, 2024
Merged

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Nov 11, 2024

This is a clone of the owners() fn, and allows us to get rid of yet another spawn_blocking() block

@Turbo87 Turbo87 added C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear A-backend ⚙️ labels Nov 11, 2024
@Turbo87 Turbo87 requested a review from eth3lbert November 11, 2024 11:05
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.01%. Comparing base (35876f8) to head (c480761).
Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9901   +/-   ##
=======================================
  Coverage   89.00%   89.01%           
=======================================
  Files         290      290           
  Lines       30092    30110   +18     
=======================================
+ Hits        26784    26803   +19     
+ Misses       3308     3307    -1     

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

Copy link
Contributor

@eth3lbert eth3lbert left a comment

Choose a reason for hiding this comment

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

👍

@Turbo87 Turbo87 merged commit 523f3fe into rust-lang:main Nov 11, 2024
10 checks passed
@Turbo87 Turbo87 deleted the async-owners branch November 11, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants