Skip to content

Commit e3b7d54

Browse files
author
Stjepan Glavina
committed
Implement task-local values
1 parent 9da5d36 commit e3b7d54

File tree

9 files changed

+438
-490
lines changed

9 files changed

+438
-490
lines changed

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ categories = ["asynchronous", "concurrency"]
1515
async-fs = { path = "async-fs" }
1616
async-io = { path = "async-io" }
1717
async-net = { path = "async-net" }
18-
async-task = { path = "async-task" }
18+
async-spawn = { path = "async-spawn" }
19+
crossbeam = "0.7.1"
20+
futures-preview = "0.3.0-alpha.16"
21+
lazy_static = "1.3.0"
22+
num_cpus = "1.10.0"
23+
pin-utils = "0.1.0-alpha.4"
1924

2025
[workspace]
2126
members = [
@@ -25,7 +30,6 @@ members = [
2530
"async-net",
2631
"async-pool",
2732
"async-spawn",
28-
"async-task",
2933
]
3034

3135
[dev-dependencies]

async-task/Cargo.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

async-task/LICENSE-APACHE

Lines changed: 0 additions & 201 deletions
This file was deleted.

async-task/LICENSE-MIT

Lines changed: 0 additions & 23 deletions
This file was deleted.

async-task/README.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)