Docs.rs
moduforge-core-0.4.12
moduforge-core 0.4.12
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
Cassielxd
Dependencies
anyhow ^1
normal
arc-swap ^1.6
normal
async-channel ^2.3.1
normal
async-trait ^0.1
normal
dashmap ^5.5
normal
metrics ^0.22.0
normal
moduforge-model ^0.4.12
normal
moduforge-state ^0.4.12
normal
moduforge-transform ^0.4.12
normal
quick-xml ^0.36
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0.12
normal
tokio ^1
normal
rand ^0.8
dev
Versions
54.24%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mf_core
0.4.12
Module async_
utils
Module Items
Structs
In mf_
core::
runtime
mf_core
::
runtime
Module
async_utils
Copy item path
Source
Expand description
异步工具模块
提供异步/同步边界处理工具,帮助避免在异步上下文中使用阻塞调用
Structs
§
Async
Bridge
异步/同步边界处理工具
Async
Dropper
异步安全的资源清理器
Sync
Wrapper
异步操作的同步包装器