Alex Gaynor and GitHub
108d6d3dc0
runtime: refactor the spawn blocking queue to make adding a new sharded implementation easy ( #8135 )
2026-07-31 22:27:54 +02:00
Alex Gaynor and GitHub
dc0f728162
blocking: introduce a regression test for #8056 ( #8068 )
2026-04-28 12:47:49 +02:00
Alex Gaynor and GitHub
1604bc3351
rt: improve spawn_blocking scalability with sharded queue ( #7757 )
2026-04-10 16:06:19 +02:00
Alex Gaynor and GitHub
ee04abe797
bench: add remote_spawn benchmark for inject queue contention ( #7944 )
2026-03-11 10:13:39 +01:00
Alex Gaynor and GitHub
be99e7aa04
benches: add spawn_blocking concurrency benchmark ( #7748 )
2025-12-03 10:20:50 +01:00
Alex Gaynor and Carl Lerche
5fbb36a060
reactor: bump parking_lot dependency ( #1298 )
2019-07-14 09:28:54 -07:00
Alex Gaynor and Carl Lerche
d0963774a3
chore: bump rand dependency to 0.6 ( #753 )
2018-11-16 14:54:14 -08:00
Alex Gaynor and Stjepan Glavina
e700607554
Bumped crossbeam-utils version ( #746 )
...
## Motivation
tokio depends on an out of date version of crossbeam-utils, which results in multiple versions of that package being linked in binaries which use other popular libraries.
## Solution
Bump the version; there's no API changes and tests still pass.
2018-11-10 10:39:09 +01:00
Alex Gaynor and GitHub
24dd856cfd
Fixed docs for Timeout::new and new_at
...
They no longer return futures, they return io::Result.
2017-09-22 11:01:34 -04:00