Module util

Source

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 types Sync 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.