summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMica White <botahamec@gmail.com>2024-07-17 16:37:21 -0400
committerMica White <botahamec@gmail.com>2024-07-21 12:55:32 -0400
commitbd64ff98530ea5f92ce528009d65203f0f6676fe (patch)
tree27e6c6a2153e3a9c4ecf4087f473b89a01b25033 /src/lib.rs
parent32f972a26a0066291873445088718deec3ed4233 (diff)
Create Poisonable API
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8576975..d034ffe 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -169,6 +169,7 @@ mod key;
pub mod collection;
pub mod lockable;
pub mod mutex;
+pub mod poisonable;
pub mod rwlock;
pub use key::{Keyable, ThreadKey};