deadpool-死的简单异步池-Rust开发

时间:2024-06-16 12:24:59
【文件属性】:

文件名称:deadpool-死的简单异步池-Rust开发

文件大小:78KB

文件格式:ZIP

更新时间:2024-06-16 12:24:59

Rust Database interfaces

死池死池是一个死的简单异步池,用于任何类型的连接和对象。 此板条箱提供了两种实现:托管池(死池Deadpool死池是用于任何类型的连接和对象的简单的异步异步池。此板条箱提供了两种实现:托管池(deadpool :: managed :: Pool)根据需要创建和回收对象有用用于数据库连接池通过Cargo.toml中的托管功能启用非托管池(deadpool :: unmanaged :: Pool)所有对象都需要由用户创建并手动添加到该池中。现有o的集合中的池


【文件预览】:
deadpool-master
----.gitignore(44B)
----LICENSE-MIT(1KB)
----README.md(7KB)
----CHANGELOG.md(2KB)
----.github()
--------workflows()
----Cargo.toml(1KB)
----tests()
--------managed.rs(5KB)
--------managed_deadlock.rs(3KB)
--------managed_unreliable_manager.rs(2KB)
--------unmanaged.rs(5KB)
--------managed_config.rs(2KB)
--------unmanaged_timeout.rs(2KB)
--------managed_timeout.rs(2KB)
----examples()
--------redis-actix-web()
--------postgres-benchmark()
--------postgres-hyper()
--------postgres-actix-web()
----LICENSE-APACHE(11KB)
----lapin()
--------README.md(3KB)
--------CHANGELOG.md(607B)
--------Cargo.toml(1KB)
--------src()
----src()
--------lib.rs(9KB)
--------unmanaged()
--------runtime.rs(1KB)
--------managed()
----benches()
--------unmanaged.rs(487B)
----redis()
--------README.md(3KB)
--------CHANGELOG.md(2KB)
--------Cargo.toml(1KB)
--------tests()
--------src()
----sync-readme.py(995B)
----postgres()
--------README.md(6KB)
--------CHANGELOG.md(3KB)
--------Cargo.toml(1KB)
--------tests()
--------src()
----test-build.sh(925B)

网友评论