#scoped-thread-local

  1. scoped-tls

    标准库中旧的 scoped_thread_local! 宏用于提供对线程局部存储(TLS)的局部访问,以便任何类型都可以存储到TLS中

    v1.0.1 2.1M #thread-local #thread-local-storage #local-storage #tls #scoped #standard #scoped-thread-local
  2. scoped_thread_local

    高度灵活的具有HKT内建的局部线程局部变量

    v1.0.0 470 #thread-local #hkt #macro #scoped-tls
  3. thread-scoped-ref

    类似于线程局部存储,但允许在作用域内存储引用 / dyn 特性

    v0.1.4 #thread-local #thread-local-storage #inject #scoped-thread-local #macro #scoped-tls #local-storage