mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
Pad fields to cacheline size to avoid false sharing (#475)
This commit is contained in:
committed by
Carl Lerche
parent
6ba8e7621d
commit
c17ecb53e7
@@ -20,6 +20,7 @@ categories = ["concurrency", "asynchronous"]
|
||||
tokio-executor = { version = "0.1.2", path = "../tokio-executor" }
|
||||
futures = "0.1.19"
|
||||
crossbeam-deque = "0.5.0"
|
||||
crossbeam-utils = "0.4.1"
|
||||
num_cpus = "1.2"
|
||||
rand = "0.5"
|
||||
log = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user