2 个版本
0.1.1 | 2023 年 6 月 22 日 |
---|---|
0.1.0 | 2022 年 2 月 17 日 |
#408 在 Rust 模式
195,195 每月下载量
用于 298 个crate (6 个直接使用)
5KB
84 行
better_scoped_tls
此crate提供了一个更具意见的scoped-tls版本。
此crate创建的scoped线程局部变量在未使用.set
的情况下会显示良好的错误信息,如下所示:
You should perform this operation in the closure passed to `set` of better_scoped_tls::tests::TESTTLS
语法与原始scoped-tls完全相同。
lib.rs
:
更好的作用域线程局部存储。
依赖项
~10KB