Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SergioBenitez/state
/ types & classes
Types & classes
15 in github.com/SergioBenitez/state
⨍
Functions
51
◇
Types & classes
15
↓ 1 callers
Class
Dropped
src/lib.rs:618
↓ 1 callers
Class
ThreadHolder
Wrapper around `Thread` that allocates and deallocates the ID.
src/thread_id.rs:77
Class
CachedIntoIter
src/cached.rs:143
Class
CachedIterMut
src/cached.rs:121
Class
CachedThreadLocal
src/cached.rs:13
Class
Entry
src/lib.rs:117
Class
IntoIter
src/lib.rs:494
Class
Iter
src/lib.rs:447
Class
IterMut
Mutable iterator over the contents of a `ThreadLocal`.
src/lib.rs:464
Class
RawIter
src/lib.rs:361
Class
Thread
src/thread_id.rs:51
Class
ThreadIdManager
Thread ID manager which allocates thread IDs. It attempts to aggressively reuse thread IDs where possible to avoid cases where a ThreadLocal grows ind
src/thread_id.rs:18
Class
ThreadLocal
Thread-local variable wrapper See the [module-level documentation](index.html) for more.
src/lib.rs:102
Interface
UncheckedOptionExt
An extension trait for `Option<T>` providing unchecked unwrapping methods.
src/unreachable.rs:11
Interface
UncheckedResultExt
An extension trait for `Result<T, E>` providing unchecked unwrapping methods.
src/unreachable.rs:20