Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add LocalWaker and ContextBuilder types to core, and LocalWake trait to alloc.
- #118960
#118960
Merged
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
tvallotton:local_waker
Copy head branch name to clipboard
Feb 5, 2024
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Add LocalWaker and ContextBuilder types to core, and LocalWake trait to alloc.
#118960
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
tvallotton:local_waker
Copy head branch name to clipboard
Commits
Commits on Jan 20, 2024
feat: add LocalWaker type, ContextBuilder type, and LocalWake trait.
tvallotton
committed
60a0819
View commit details
Copy full SHA for 60a0819
Browse repository at this point
perf: move null check from local_wake() to build()
tvallotton
committed
0cb5e2f
View commit details
Copy full SHA for 0cb5e2f
Browse repository at this point
refactor: remove in favor of and to make the API infallible.
tvallotton
committed
232cc2b
View commit details
Copy full SHA for 232cc2b
Browse repository at this point
feat: add try_waker and From<&mut Context> for ContextBuilder to allow the extention of contexts by futures
tvallotton
committed
403718b
View commit details
Copy full SHA for 403718b
Browse repository at this point
fix: make LocalWake available in targets that don't support atomics by removing a #[cfg(target_has_atomic = ptr)]
tvallotton
committed
2012d4b
View commit details
Copy full SHA for 2012d4b
Browse repository at this point
chore: add tracking issue number to local waker feature
tvallotton
committed
0cb7a0a
View commit details
Copy full SHA for 0cb7a0a
Browse repository at this point
feat: impl AsRef<LocalWaker> for Waker.
tvallotton
committed
f824373
View commit details
Copy full SHA for f824373
Browse repository at this point
chore: fix ci failures
tvallotton
committed
093f80b
View commit details
Copy full SHA for 093f80b
Browse repository at this point
fix: change issue number of waker_getters from #87021 to #96992.
tvallotton
committed
ad28f75
View commit details
Copy full SHA for ad28f75
Browse repository at this point
chore: add and !Sync impls for LocalWaker as a stability guarantee.
tvallotton
committed
3e373f5
View commit details
Copy full SHA for 3e373f5
Browse repository at this point
doc: update thread safety explanation for RawWakerVTable and RawWaker.
tvallotton
committed
a8e71f2
View commit details
Copy full SHA for a8e71f2
Browse repository at this point
fix: Apply suggestions from code review
Show description for c67a446
tvallotton
and
Mark-Simulacrum
committed
c67a446
View commit details
Copy full SHA for c67a446
Browse repository at this point
docs: remove recommendations to use LocalWaker in stable API documentation
tvallotton
committed
eccb5e7
View commit details
Copy full SHA for eccb5e7
Browse repository at this point
chore: make method order consistent with waker
tvallotton
committed
7c6a9cb
View commit details
Copy full SHA for 7c6a9cb
Browse repository at this point
refactor: make waker mandatory.
Show description for 038c6e0
tvallotton
committed
038c6e0
View commit details
Copy full SHA for 038c6e0
Browse repository at this point
doc: fix some doctests after rebase
tvallotton
committed
180c68b
View commit details
Copy full SHA for 180c68b
Browse repository at this point
You can’t perform that action at this time.