Modulesยง
- atomic_
cell ๐ - bit ๐
- cacheline ๐
- error ๐
- idle_
notified_ ๐set This module defines anIdleNotifiedSet
, 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 ๐ - once_
cell ๐ - ptr_
expose ๐Utility for helping miri understand our exposed pointers. - rand ๐
- rc_cell ๐
- sharded_
list ๐ - sync_
wrapper ๐This module contains a type that can makeSend + !Sync
typesSync
by disallowing all immutable access to the value. - trace ๐
- try_
lock ๐ - wake ๐
- wake_
list ๐