Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
gierlachg
/
async-std
Public
forked from
async-rs/async-std
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 15, 2019
Merge pull request #547 from async-rs/unpin-successors-test
Show description for 355e2ed
yoshuawuyts
authored
355e2ed
Copy full SHA for 355e2ed
Merge pull request #544 from async-rs/update-futures-timer
Show description for 6cc9e4d
yoshuawuyts
authored
6cc9e4d
Copy full SHA for 6cc9e4d
Merge pull request #545 from yjhmelody/stream-partition-patch
Show description for ee23ba6
yoshuawuyts
authored
ee23ba6
Copy full SHA for ee23ba6
remove pin_mut from successors test
Show description for d68dc65
yoshuawuyts
committed
d68dc65
Copy full SHA for d68dc65
Merge pull request #363 from felipesere/async-successors
Show description for b5c3fb8
yoshuawuyts
authored
b5c3fb8
Copy full SHA for b5c3fb8
use `as_mut` for stream-partition
yjhmelody
committed
a69b3a8
Copy full SHA for a69b3a8
Merge pull request #538 from k-nasa/stream_by_ref
Show description for 693a725
yoshuawuyts
authored
693a725
Copy full SHA for 693a725
upgrade all deps
Show description for 8779c04
yoshuawuyts
committed
8779c04
Copy full SHA for 8779c04
update futures-timer dep
Show description for 3564be9
yoshuawuyts
committed
3564be9
Copy full SHA for 3564be9
fix: Add unstable features
k-nasa
committed
df92c63
Copy full SHA for df92c63
Merge pull request #541 from yjhmelody/stream-partition
Show description for 3c6d41c
yoshuawuyts
authored
3c6d41c
Copy full SHA for 3c6d41c
Merge pull request #542 from yjhmelody/update-doc
Show description for 837604b
yoshuawuyts
authored
837604b
Copy full SHA for 837604b
Update src/io/seek/mod.rs
Show description for 74caed2
yjhmelody
and
taiki-e
authored
74caed2
Copy full SHA for 74caed2
update doc url
yjhmelody
committed
76ec9c4
Copy full SHA for 76ec9c4
make it unstable and fix trait bound
yjhmelody
committed
d76b32e
Copy full SHA for d76b32e
add stream-partition
yjhmelody
committed
11268a8
Copy full SHA for 11268a8
Merge pull request #535 from async-rs/docs-sender-recv
Show description for c4ba11f
yoshuawuyts
authored
c4ba11f
Copy full SHA for c4ba11f
feat: Add stream by_ref
k-nasa
committed
de67bf0
Copy full SHA for de67bf0
Commits on Nov 14, 2019
Merge pull request #536 from async-rs/count-unstable
Show description for 77a0419
k-nasa
authored
77a0419
Copy full SHA for 77a0419
Merge pull request #531 from sclaire-1/master
Show description for ce98834
yoshuawuyts
authored
ce98834
Copy full SHA for ce98834
mark Stream::count as unstable
Show description for 30ff7b0
yoshuawuyts
committed
30ff7b0
Copy full SHA for 30ff7b0
Merge pull request #368 from starsheriff/stream_count
Show description for c58747b
yoshuawuyts
authored
c58747b
Copy full SHA for c58747b
backlink channel types
Show description for 31f129e
yoshuawuyts
committed
31f129e
Copy full SHA for 31f129e
Merge pull request #533 from async-rs/remove-throttle-example
Show description for f49d7cb
yoshuawuyts
authored
f49d7cb
Copy full SHA for f49d7cb
Take a normal closure, not an async one
felipesere
committed
64216b8
Copy full SHA for 64216b8
Slight miss-merge
felipesere
committed
786a52a
Copy full SHA for 786a52a
Remoe the T: Copy bound on the item
felipesere
committed
f14b37f
Copy full SHA for f14b37f
Make the closure take a borrow to the value
felipesere
committed
7677e9a
Copy full SHA for 7677e9a
Rearrange docs to match 'repeat'
felipesere
committed
bfb42b4
Copy full SHA for bfb42b4
Mark successors as unstable
felipesere
committed
4c09cdb
Copy full SHA for 4c09cdb
Slight miss-merge
felipesere
committed
243cdd7
Copy full SHA for 243cdd7
Rename some variables to match iter
felipesere
committed
a257b70
Copy full SHA for a257b70
Got further! Thx Josh!
felipesere
committed
af92816
Copy full SHA for af92816
Only produes empty value if next is ever a 'None'
felipesere
committed
8d97e0f
Copy full SHA for 8d97e0f
Rename the module to 'successors'
felipesere
committed
2667548
Copy full SHA for 2667548
Pagination
Previous
Next
You can’t perform that action at this time.