Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
아직 없음 초 전.
False
아직 없음 초 전
6시간 전단일 스냅샷으로 이동
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to 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
Uh oh!
There was an error while loading. Please reload this page.
tokio-rs / tokio Public
* Uh oh!
There was an error while loading. Please reload this page.
* Notifications You must be signed in to change notification settings
* Fork 3.2k
* Star 32.9k
* Code
* Issues 312
* Pull requests 105
* Issues 311
* Pull requests 103
* Discussions
* Actions
* Security and quality 1
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Discussions
* Actions
* Security and quality
* Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Aug 10, 2026
* io: handle empty vectored writes in simplex (#8353)
fallintoplace
authored
af93763 View commit details
Copy full SHA for af93763
Browse repository at this point
* codec: support byte slices in LengthDelimitedCodec (#8355)
dhruvxvaishnav
authored
43e6ef5 View commit details
Copy full SHA for 43e6ef5
Browse repository at this point
Commits on Aug 9, 2026
* runtime: add an opt-in sharded spawn_blocking queue (#8337)
Show description for 8b13642
alex
authored
8b13642 View commit details
Copy full SHA for 8b13642
Browse repository at this point
* stream: add inner stream accessors to adaptors (#8272)
Rachit2323
authored
d4569bb View commit details
Copy full SHA for d4569bb
Browse repository at this point
* sync: use acquire/release orderings in `Notify` (#8325)
Show description for d4fb4bb
soreavis
authored
d4fb4bb View commit details
Copy full SHA for d4fb4bb
Browse repository at this point
* time: simplify wheel constants (#8335)
vilgotf
authored
011f7f4 View commit details
Copy full SHA for 011f7f4
Browse repository at this point
* codec: fix broken length_delimited builder doc examples (#8350)
Show description for b6ed004
GuTS805
authored
b6ed004 View commit details
Copy full SHA for b6ed004
Browse repository at this point
* task: use `LocalRuntime` in `LocalPoolHandle` (#7852)
Fodesu
authored
e10d614 View commit details
Copy full SHA for e10d614
Browse repository at this point
* fs: restore `File` internal state when op fails (#8291)
kilyanni
authored
83e9c57 View commit details
Copy full SHA for 83e9c57
Browse repository at this point
* stream: add peek_mut, poll_peek to Peekable (#8262)
Rachit2323
authored
ddc6094 View commit details
Copy full SHA for ddc6094
Browse repository at this point
* codec: optimize buffer reserve for `LengthDelimitedCodec::encode` (#8333)
Show description for d87d860
MildlyMeticulous
authored
d87d860 View commit details
Copy full SHA for d87d860
Browse repository at this point
* time: wake `DelayQueue` when cleared (#8320)
fallintoplace
authored
ed25636 View commit details
Copy full SHA for ed25636
Browse repository at this point
* codec: clamp runtime frame length to field width (#8275)
fallintoplace
authored
7f86b2a View commit details
Copy full SHA for 7f86b2a
Browse repository at this point
* runtime: expose schedule latency in task hooks (#8282)
Show description for 6b62ac4
rcoh
authored
6b62ac4 View commit details
Copy full SHA for 6b62ac4
Browse repository at this point
Commits on Aug 7, 2026
* net: support ucred.rs on Fuchsia (#8257)
Show description for ecd621d
ephemeralriggs
authored
ecd621d View commit details
Copy full SHA for ecd621d
Browse repository at this point
* fs: document cancellation behavior of `tokio::fs` (#8265)
kai-xlr
authored
4f7b8d6 View commit details
Copy full SHA for 4f7b8d6
Browse repository at this point
* tokio-util: stop polling `StreamReader` after EOF (#8332)
Adel-Ayoub
authored
a5b2d1f View commit details
Copy full SHA for a5b2d1f
Browse repository at this point
* tokio: simplify `Option` handling with idiomatic combinators (#8336)
vilgotf
authored
cc8c053 View commit details
Copy full SHA for cc8c053
Browse repository at this point
Commits on Aug 6, 2026
* io: complete zero-length memory stream operations (#8323)
fallintoplace
authored
dd344a5 View commit details
Copy full SHA for dd344a5
Browse repository at this point
Commits on Jul 31, 2026
* runtime: refactor the spawn blocking queue to make adding a new sharded implementation easy (#8135)
alex
authored
108d6d3 View commit details
Copy full SHA for 108d6d3
Browse repository at this point
Commits on Jul 30, 2026
* rt: add error documentation for `runtime::Builder` (#8297)
mox692
authored
adc2ae7 View commit details
Copy full SHA for adc2ae7
Browse repository at this point
* runtime: move `block_in_place` setup into a non-generic function (#8315)
goffrie
authored
dc48a05 View commit details
Copy full SHA for dc48a05
Browse repository at this point
Commits on Jul 29, 2026
* chore: prepare tokio-macros v2.7.2 (#8330)
djc
authored
4308c74 View commit details
Copy full SHA for 4308c74
Browse repository at this point
Commits on Jul 28, 2026
* net: enable various tests for WASI (#8313)
Show description for 1a2dbba
dicej
authored
1a2dbba View commit details
Copy full SHA for 1a2dbba
Browse repository at this point
Commits on Jul 27, 2026
* rt: correct `tick` to `tick_op` in set_readiness internal docs (#8322)
K-tecchan
authored
df28ffe View commit details
Copy full SHA for df28ffe
Browse repository at this point
Commits on Jul 26, 2026
* macros: upgrade syn to v3 (#8304)
paolobarbolini
authored
6a05877 View commit details
Copy full SHA for 6a05877
Browse repository at this point
Commits on Jul 25, 2026
* time: adjust tests::time_rt::tickspace (#8318)
Darksonn
authored
818e2dd View commit details
Copy full SHA for 818e2dd
Browse repository at this point
* tokio-test: fix `semicolon_in_expressions_from_macros` lint (#8317)
vilgotf
authored
460dc16 View commit details
Copy full SHA for 460dc16
Browse repository at this point
Commits on Jul 23, 2026
* ci: bump actions/labeler from 6 to 7 (#8316)
Show description for 2120bee
dependabot[bot]
and
mattiapitossi
authored
2120bee View commit details
Copy full SHA for 2120bee
Browse repository at this point
* docs: add step-by-step workflow in contributing guidelines (#3865) (#8306)
kai-xlr
authored
d1d639f View commit details
Copy full SHA for d1d639f
Browse repository at this point
* ci: pin Wasmtime version(s) in CI (#8314)
Show description for 5760ccd
dicej
authored
5760ccd View commit details
Copy full SHA for 5760ccd
Browse repository at this point
Commits on Jul 22, 2026
* chore: prepare tokio-stream v0.1.19 (#8310)
Darksonn
authored
bc0933c View commit details
Copy full SHA for bc0933c
Browse repository at this point
* readme: remove obsolete TokioConf notices (#8311)
atouchet
authored
e3786d0 View commit details
Copy full SHA for e3786d0
Browse repository at this point
Commits on Jul 21, 2026
* chore: prepare tokio-util v0.7.19 (#8309)
Darksonn
authored
f2189d3 View commit details
Copy full SHA for f2189d3
Browse repository at this point
* net: re-enable `tcp_stream::try_read_buf` test for WASI (#8305)
dicej
authored
52f2745 View commit details
Copy full SHA for 52f2745
Browse repository at this point
Commits on Jul 20, 2026
* rt: remove unstable cfgs leftovers after local runtime stabilization (#8298)
mattiapitossi
authored
ac6869a View commit details
Copy full SHA for ac6869a
Browse repository at this point
* chore: prepare Tokio v1.53.1 (#8303)
ADD-SP
authored
75fef53 View commit details
Copy full SHA for 75fef53
Browse repository at this point
PreviousNext
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
팁: 공유하거나 무시 목록에 추가할 텍스트를 강조 표시합니다.
— 차이점 패치 다운로드
현재 비교는 그래픽 방식이 아닌 텍스트 기준으로 수행되며, 최신 스크린샷만 제공됩니다.
스크린샷을 찍으려면 Playwright/WebDriver를 활성화해야 합니다.