tokio-core

Rust 中异步 I/O 的 I/O 原语和事件循环。(I/O primitives and event loop for async I/O in Rust)

  • 所有者: tokio-rs/tokio-core
  • 平台: Linux, Mac, Windows
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Deprecation notice.

This crate is scheduled for deprecation in favor of tokio.

tokio-core is still actively maintained, but only bug fixes will be applied.
All new feature development is happening in tokio.

tokio-core

Core I/O and event loop abstraction for asynchronous I/O in Rust built on
futures and mio.

Build Status
Build status

Documentation

Tutorial

Usage

First, add this to your Cargo.toml:

[dependencies]
tokio-core = "0.1"

Next, add this to your crate:

extern crate tokio_core;

You can find extensive documentation and examples about how to use this crate
online at https://tokio.rs as well as the examples folder
in this repository. The API documentation is also
a great place to get started for the nitty-gritty.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in tokio-core by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

主要指标

概览
名称与所有者tokio-rs/tokio-core
主编程语言Rust
编程语言Rust (语言数: 1)
平台Linux, Mac, Windows
许可证Apache License 2.0
所有者活动
创建于2016-08-26 21:09:01
推送于2020-12-03 22:10:38
最后一次提交2020-12-03 23:10:37
发布数18
最新版本名称0.1.17 (发布于 )
第一版名称0.1.0 (发布于 2016-09-09 18:02:15)
用户参与
星数645
关注者数36
派生数117
提交数434
已启用问题?
问题数176
打开的问题数44
拉请求数121
打开的拉请求数4
关闭的拉请求数30
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?