2
I Use This!
High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
io: mark `Interest::add` with `#[must_use]` (#6037) More... almost 2 years ago
benches: move sender to a spawned task in `watch` benchmark (#6034) More... almost 2 years ago
sync: use Acquire/Release instead of SeqCst in watch (#6018) More... almost 2 years ago
sync: prevent lock poisoning in `watch::Receiver::wait_for` (#6021) More... almost 2 years ago
sync: make `TokenBucket::close` into a destructor in example (#6032) More... almost 2 years ago
tokio: remove wildcard in match patterns (#5970) More... almost 2 years ago
sync: reorder Semaphore examples (#6031) More... almost 2 years ago
sync: add token bucket example to Semaphore (#5978) More... almost 2 years ago
sync: fix docs typo (#6030) More... almost 2 years ago
Merge 'tokio-1.32.x' into 'master' (#6028) More... almost 2 years ago
Merge 'tokio-1.25.2' into 'tokio-1.32.x' (#6027) More... almost 2 years ago
chore: prepare Tokio v1.25.2 (#6026) More... almost 2 years ago
Merge 'tokio-1.20.6' into 'tokio-1.25.x' (#6025) More... almost 2 years ago
chore: prepare Tokio v1.20.6 (#6024) More... almost 2 years ago
sync: fix incorrect comment (#6020) More... almost 2 years ago
chore: prepare tokio-util v0.7.9 (#6019) More... almost 2 years ago
sync: fix `mark_changed` when version overflows (#6017) More... almost 2 years ago
sync: add `watch::Sender::new` (#5998) More... almost 2 years ago
sync: rename `watch::mark_unseen` to `watch::mark_changed` (#6014) More... almost 2 years ago
sync: add Semaphore example using an `Arc<Semaphore>` (#5956) More... almost 2 years ago
ci: fix ci on tokio-1.20.x (#5999) More... almost 2 years ago
sync: document that `const_new()` is not instrumented (#6002) More... almost 2 years ago
util: replace `sync::reusable_box::Pending` with `std::future::Pending` (#6000) More... almost 2 years ago
sync: add `watch::Receiver::mark_unseen` (#5962) More... almost 2 years ago
tokio: fix cache line size for RISC-V (#5994) More... almost 2 years ago
sync: add `?Sized` bound to `{MutexGuard,OwnedMutexGuard}::map` (#5997) More... almost 2 years ago
io: add `Interest::remove` method (#5906) More... almost 2 years ago
benches: use criterion instead of bencher (#5981) More... almost 2 years ago
task: rename generic paramter for `spawn` (#5993) More... almost 2 years ago
codec: document the line ending used by `LinesCodec` (#5982) More... almost 2 years ago