tokio-core

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

  • Owner: tokio-rs/tokio-core
  • Platform: Linux, Mac, Windows
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownertokio-rs/tokio-core
Primary LanguageRust
Program languageRust (Language Count: 1)
PlatformLinux, Mac, Windows
License:Apache License 2.0
所有者活动
Created At2016-08-26 21:09:01
Pushed At2020-12-03 22:10:38
Last Commit At2020-12-03 23:10:37
Release Count18
Last Release Name0.1.17 (Posted on )
First Release Name0.1.0 (Posted on 2016-09-09 18:02:15)
用户参与
Stargazers Count645
Watchers Count36
Fork Count117
Commits Count434
Has Issues Enabled
Issues Count176
Issue Open Count44
Pull Requests Count121
Pull Requests Open Count4
Pull Requests Close Count30
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private