1 Star 0 Fork 0

ooeyusea/async-executor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 789 Bytes
一键复制 编辑 原始数据 按行查看 历史
Taiki Endo 提交于 2021-04-24 16:56 +08:00 . Bump to v1.4.1
[package]
name = "async-executor"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.4.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async executor"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-executor"
homepage = "https://github.com/smol-rs/async-executor"
documentation = "https://docs.rs/async-executor"
keywords = ["asynchronous", "executor", "single", "multi", "spawn"]
categories = ["asynchronous", "concurrency"]
[dependencies]
async-task = "4.0.0"
concurrent-queue = "1.2.2"
fastrand = "1.3.4"
futures-lite = "1.11.0"
once_cell = "1.4.1"
slab = "0.4.2"
[dev-dependencies]
async-channel = "1.4.1"
async-io = "1.1.9"
easy-parallel = "3.1.0"
num_cpus = "1.13.0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/ooeyusea/async-executor.git
git@gitee.com:ooeyusea/async-executor.git
ooeyusea
async-executor
async-executor
master

搜索帮助