22 个版本 (14 个主要版本)

17.0.0 2024年4月8日
16.0.0 2024年2月26日
15.0.0 2024年2月13日
14.0.0 2024年1月23日
0.0.0 2022年11月21日

#736 in 魔法豆

Download history • Rust 包仓库 1565/week @ 2024-04-14 • Rust 包仓库 1435/week @ 2024-04-21 • Rust 包仓库 1780/week @ 2024-04-28 • Rust 包仓库 1623/week @ 2024-05-05 • Rust 包仓库 1619/week @ 2024-05-12 • Rust 包仓库 1871/week @ 2024-05-19 • Rust 包仓库 2171/week @ 2024-05-26 • Rust 包仓库 2329/week @ 2024-06-02 • Rust 包仓库 1792/week @ 2024-06-09 • Rust 包仓库 1573/week @ 2024-06-16 • Rust 包仓库 2680/week @ 2024-06-23 • Rust 包仓库 1138/week @ 2024-06-30 • Rust 包仓库 1547/week @ 2024-07-07 • Rust 包仓库 2592/week @ 2024-07-14 • Rust 包仓库 1567/week @ 2024-07-21 • Rust 包仓库 1715/week @ 2024-07-28 • Rust 包仓库

7,440 每月下载量
用于 131 个crate(23 个直接使用)

Apache-2.0

280KB
6K SLoC

Substrate 的实用工具原语

此crate提供 mpsc::tracing_unbounded 函数,它返回包装类型到 async_channel::Sender<T>async_channel::Receiver<T>,它注册了在通道上发生的每个 send/received/dropped 操作。

此外,此包装器创建并注册了一个名为 unbounded_channel_len 的 prometheus 向量及其标签

标签 描述
entity 传递给 tracing_unbounded 的通道名称
action send/received/dropped 之一

许可证:Apache-2.0


lib.rs:

Substrate 的实用工具原语

此crate提供 mpsc::tracing_unbounded 函数,它返回包装类型到 async_channel::Sender<T>async_channel::Receiver<T>,它注册了在通道上发生的每个 send/received/dropped 操作。

此外,此包装器创建并注册了一个名为 unbounded_channel_len 的 prometheus 向量及其标签

标签 描述
entity 传递给 tracing_unbounded 的通道名称
action send/received/dropped 之一

依赖关系

~7–17MB
~221K SLoC