Modulesยง
- as_ref ๐
- atomic_
cell ๐ - bit ๐
- blocking_
check ๐ - cacheline ๐
- error ๐
- idle_
notified_ ๐set - This module defines an
IdleNotifiedSet
, which is a collection of elements. Each element is intended to correspond to a task, and the collection will keep track of which tasks have had their waker notified, and which have not. - linked_
list ๐ - An intrusive double linked list of data.
- markers ๐
- memchr ๐
- Search for a byte in a byte array using libc.
- metric_
atomics ๐ - ptr_
expose ๐ - Utility for helping miri understand our exposed pointers.
- rand ๐
- rc_cell ๐
- sharded_
list ๐ - sync_
wrapper ๐ - This module contains a type that can make
Send + !Sync
typesSync
by disallowing all immutable access to the value. - trace ๐
- try_
lock ๐ - typeid ๐
- wake ๐
- wake_
list ๐
Functionsยง
- pin_
as_ ๐deref_ mut - Copy of
std::pin::Pin::as_deref_mut
.