mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
Steal multiple tasks from another worker at a time (#534)
* Steal multiple tasks from another worker at a time * Better spinning and failing pop * Update crossbeam-deque and simplify spinning
This commit is contained in:
committed by
Carl Lerche
parent
fd36054ae4
commit
96b556fbff
@@ -19,7 +19,7 @@ categories = ["concurrency", "asynchronous"]
|
||||
[dependencies]
|
||||
tokio-executor = { version = "0.1.2", path = "../tokio-executor" }
|
||||
futures = "0.1.19"
|
||||
crossbeam-deque = "0.5.0"
|
||||
crossbeam-deque = "0.6.0"
|
||||
crossbeam-utils = "0.5.0"
|
||||
num_cpus = "1.2"
|
||||
rand = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user