-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
maitake-sync: test sync type Future
impls (etc) with overridden ScopedRawMutex
#516
Labels
crate/maitake
Related to the `maitake` crate
Comments
hawkw
added a commit
that referenced
this issue
Feb 6, 2025
…dRawMutex` This commit fixes the trait bounds on the `mutex::Lock` type's `Future` implementation so that it's present when used with an overridden `ScopedRawMutex`, as well as the default `DefaultMutex`. Thanks to @peterkrull for reporting this issue in [this comment][1]! As noted in #516, I've also added tests for this, which wouldn't have compiled prior to this change. [1]: #515 (comment)
hawkw
added a commit
that referenced
this issue
Feb 6, 2025
…dRawMutex` This commit fixes the trait bounds on the `mutex::Lock` type's `Future` implementation so that it's present when used with an overridden `ScopedRawMutex`, as well as the default `DefaultMutex`. Thanks to @peterkrull for reporting this issue in [this comment][1]! As noted in #516, I've also added tests for this, which wouldn't have compiled prior to this change. [1]: #515 (comment)
hawkw
added a commit
that referenced
this issue
Feb 6, 2025
…edRawMutex` (#517) This commit fixes the trait bounds on the `mutex::Lock` type's `Future` implementation so that it's present when used with an overridden `ScopedRawMutex`, as well as the default `DefaultMutex`. Thanks to @peterkrull for reporting this issue in [this comment][1]! As noted in #516, I've also added tests for this, which wouldn't have compiled prior to this change. [1]: #515 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #515, where
wait_map
'sWait
future'sFuture
impl only exists withDefaultMutex
.The text was updated successfully, but these errors were encountered: