文件名称:tokio:以Rust语言编写的Asyncio事件循环
文件大小:123KB
文件格式:ZIP
更新时间:2024-02-26 08:38:31
python rust aiohttp asyncio tokio-rs
tokio:以Rust语言编写的Asyncio事件循环
【文件预览】:
tokio-master
----setup.py(3KB)
----.gitignore(368B)
----benches()
--------parse.rs(3KB)
----requirements-ci.txt(256B)
----Makefile(1KB)
----CHANGES.rst(287B)
----src()
--------pyfuture.rs(27KB)
--------http()
--------utils.rs(6KB)
--------addrinfo.rs(11KB)
--------pyunsafe.rs(3KB)
--------socket.rs(8KB)
--------handle.rs(4KB)
--------pytask.rs(17KB)
--------transport.rs(16KB)
--------event_loop.rs(82KB)
--------server.rs(9KB)
--------fd.rs(6KB)
--------client.rs(4KB)
--------callbacks.rs(2KB)
--------fut.rs(3KB)
--------signals.rs(2KB)
--------pybytes.rs(12KB)
--------lib.rs(2KB)
----.travis.yml(1002B)
----Cargo.lock(23KB)
----Cargo.toml(819B)
----LICENSE.txt(11KB)
----tokio()
--------__init__.py(512B)
--------test_utils.py(2KB)
--------pytest_plugin.py(6KB)
--------helpers.py(1KB)
----README.rst(2KB)
----tests()
--------test_futures.py(12KB)
--------conftest.py(589B)
--------test_tcp.py(18KB)
--------test_sockets.py(3KB)
--------test_signals.py(666B)
--------test_ssl.py(5KB)
--------test_pybytes.rs(4KB)
--------certs()
--------test_executors.py(939B)
--------test_http_decoder.rs(27KB)
--------test_base.py(13KB)
--------test_tasks.py(10KB)
--------test_process.py(7KB)
--------test_pipes.py(7KB)
--------test_unix.py(11KB)
--------test_dns.py(4KB)
--------_testbase.py(12KB)
----benchmark()
--------rlserver.py(3KB)
--------echoclient.py(2KB)
--------echoserver.py(4KB)
----requirements-dev.txt(69B)