Modulesยง
- atomic_cell ๐
- bit ๐
- 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 ๐
- 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 make
Send + !Sync
typesSync
by disallowing all immutable access to the value. - trace ๐
- try_lock ๐
- wake ๐
- wake_list ๐