Skip to main content

Module util

Module util 

Source
Expand description

Internal helpers for render-lane implementations.

Modules§

lock
Render-lane locking helpers.

Functions§

mutex_lock
Locks a Mutex<T>, mapping poisoning to [LaneError::LockPoisoned].
read_lock
Acquires a read lock, mapping poisoning to [LaneError::LockPoisoned].
write_lock
Acquires a write lock, mapping poisoning to [LaneError::LockPoisoned].