Crate plugin_tls

Source
Expand description

Thread-local variables that may be accessed across dynamic library boundaries.

Re-exports§

pub use abi_stable as macro_support;

Macros§

lazy_static
Create a lazily-initialized static value.
thread_local
Create one or more thread-local values.

Structs§

Context
The context to be installed in plugins.
LocalKey
A key into thread-local storage.