-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement thread-local Waker #51
Comments
Also see rust-lang/rfcs#2418 (comment). |
Also see #40. |
The waker trait is being redesigned, see rust-lang/rfcs#2592. After that makes into the standard library I'll start work on this. Current idea: Two waker implementations. Other notes:
|
Pr to change Waker implementation: rust-lang/rust#57992. |
Pr with new Waker implementation is merged, now blocked on updating Rust version, see #163. |
|
Also for use of less expensive operations.
The text was updated successfully, but these errors were encountered: