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 }}
async-rs
/
async-std
Public
Notifications
You must be signed in to change notification settings
Fork
343
Star
4.1k
Code
Issues
164
Pull requests
29
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
880b7ee
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 28, 2020
remove crate::prelude import
k-nasa
committed
880b7ee
Copy full SHA for 880b7ee
feat: Make the future module no_std
k-nasa
committed
1762de2
Copy full SHA for 1762de2
feat: Make the task module no_std
k-nasa
committed
6aa55fd
Copy full SHA for 6aa55fd
ci: Add no-std check
k-nasa
committed
41f114d
Copy full SHA for 41f114d
feat: Make the utils module no_std
k-nasa
committed
3d32fd8
Copy full SHA for 3d32fd8
feat: Add no_std attribute when not std feature
k-nasa
committed
51b84a7
Copy full SHA for 51b84a7
feat: Add no-std feature
k-nasa
committed
4996f29
Copy full SHA for 4996f29
Commits on Jan 27, 2020
Use non-blocking connect for TcpStream. (#687)
Show description for 57974ae
twittner
authored and
Stjepan Glavina
committed
57974ae
Copy full SHA for 57974ae
Merge pull request #682 from k-nasa/impl_clone_for_dir_entry
Show description for 57f9fb7
yoshuawuyts
authored
57f9fb7
Copy full SHA for 57f9fb7
Merge pull request #667 from olegnn/option_take_while
Show description for 6c1b5eb
yoshuawuyts
authored
6c1b5eb
Copy full SHA for 6c1b5eb
Commits on Jan 25, 2020
Merge pull request #688 from ninj/patch-1
Show description for beb8d24
yoshuawuyts
authored
beb8d24
Copy full SHA for beb8d24
fix syntax problem for task::sleep
ninj
authored
b258215
Copy full SHA for b258215
Commits on Jan 22, 2020
Merge branch 'accept_loop_pattern'
skade
committed
1ababac
Copy full SHA for 1ababac
Fix some typos in accept-loop pattern chapter
skade
committed
f9fe5c9
Copy full SHA for f9fe5c9
Commits on Jan 21, 2020
Merge pull request #675 from k-nasa/add_timeout_example
Show description for 84fe944
skade
authored
84fe944
Copy full SHA for 84fe944
Merge pull request #550 from sclaire-1/master
Show description for cad2880
skade
authored
cad2880
Copy full SHA for cad2880
Commits on Jan 20, 2020
Remove usage of unstable format_code_in_doc_comments option (#685)
taiki-e
authored and
Stjepan Glavina
committed
6b860c3
Copy full SHA for 6b860c3
Changing task::block_on to park after a single poll (#684)
Show description for 81aa6d1
spacekookie
authored and
Stjepan Glavina
committed
81aa6d1
Copy full SHA for 81aa6d1
Commits on Jan 17, 2020
feat: Implement Clone trait for DirEntry
k-nasa
committed
2221441
Copy full SHA for 2221441
Rewrote `Result`s implementation using `take_while` and `filter_map`
olegnn
committed
ed7ddac
Copy full SHA for ed7ddac
Commits on Jan 16, 2020
update broadcastor to 1.0.0 (#681)
k-nasa
authored and
Stjepan Glavina
committed
d283352
Copy full SHA for d283352
Commits on Jan 15, 2020
Use internal `scan` state in `Result`s implementation
olegnn
committed
ed24801
Copy full SHA for ed24801
Merge pull request #676 from k-nasa/async_task_bump_to1.2.1
Show description for 0eb5ca1
yoshuawuyts
authored
0eb5ca1
Copy full SHA for 0eb5ca1
Use `std::convert::identity`
olegnn
committed
38de0bf
Copy full SHA for 38de0bf
Use `filter_map(identity)` + other fixes
olegnn
committed
134089a
Copy full SHA for 134089a
update async-task to 1.2.1
k-nasa
committed
b72dd83
Copy full SHA for b72dd83
docs: Add stream::timeout example when timeout error
k-nasa
committed
ee102df
Copy full SHA for ee102df
Merge pull request #671 from Noah-Kennedy/udp-socket-send-doc
Show description for 1071e82
k-nasa
authored
1071e82
Copy full SHA for 1071e82
Commits on Jan 14, 2020
Revert "Fixes https://github.com/async-rs/async-std/issues/652"
Show description for 0a52864
Noah-Kennedy
committed
0a52864
Copy full SHA for 0a52864
Revert "Fixes https://github.com/async-rs/async-std/issues/652"
Show description for 76993dd
Noah-Kennedy
committed
76993dd
Copy full SHA for 76993dd
Merge pull request #615 from lqf96/pending-stream
Show description for 133e30e
yoshuawuyts
authored
133e30e
Copy full SHA for 133e30e
Version up of dependent crate (#672)
k-nasa
authored and
Stjepan Glavina
committed
76ed174
Copy full SHA for 76ed174
test,docs: Add stream::pending example code
k-nasa
committed
f53fcbb
Copy full SHA for f53fcbb
style: Run `cargo fmt`
k-nasa
committed
e9357c0
Copy full SHA for e9357c0
Remove size_hint from Stream impl
lqf96
authored and
k-nasa
committed
879e14c
Copy full SHA for 879e14c
Pagination
Previous
Next
You can’t perform that action at this time.