文件名称:coio-rs —具有可窃用调度程序的协程I / O库-Rust开发
文件大小:88KB
文件格式:ZIP
更新时间:2024-06-16 12:17:21
Rust Asynchronous
协程I / O具有工作窃取算法的协程调度。 警告:可能由于TLS内联而崩溃,请检查https://github.com/zonyitoo/coio-rs协程I / O具有工作窃取算法的协程调度。 警告:可能由于TLS内联而崩溃,请查看https://github.com/zonyitoo/coio-rs/issues/56了解更多信息! 功能非阻塞I / O窃取协程的协程调度异步计算API用法注意:您必须使用Nightly Rust来构建此项目。 [dependencies.coio] git =“ https://github.com/zonyitoo/coio-rs.git”基本协同程序外部包装箱coio; 使用coio :: Scheduler; fn main(){Scheduler :: ne
【文件预览】:
coio-rs-master
----LICENSE-MIT(1KB)
----rustfmt.toml(16B)
----Cargo.toml(765B)
----benchmarks()
--------Cargo.toml(540B)
--------tcp_bench.go(2KB)
--------src()
--------README.md(1KB)
----LICENSE-THIRD-PARTY(2KB)
----src()
--------runtime()
--------sync()
--------net()
--------coroutine.rs(19KB)
--------scheduler.rs(26KB)
--------promise.rs(4KB)
--------lib.rs(4KB)
--------join_handle.rs(3KB)
--------options.rs(1KB)
----LICENSE-APACHE(11KB)
----examples()
--------ring.rs(2KB)
--------timer.rs(1KB)
--------panic.rs(611B)
--------main_function.rs(1KB)
--------simple.rs(628B)
--------udp-echo-server.rs(2KB)
--------promise.rs(1KB)
--------tcp-echo-server.rs(3KB)
----.travis.yml(408B)
----README.md(4KB)
----appveyor.yml(640B)
----tests()
--------timeout.rs(2KB)
--------echo.rs(4KB)
--------proxy.rs(6KB)
----.gitignore(18B)
----benches()
--------spinlock.rs(4KB)