Module lockfree

Module lockfree 

Source
Expand description

Lock-free parallel operations using atomic operations

This module provides lock-free implementations for maximum performance

Structs§

AtomicCounter
Lock-free counter for parallel counting operations

Functions§

lockfree_all
Lock-free parallel all operation
lockfree_any
Lock-free parallel any operation
lockfree_count
Lock-free parallel count with atomic operations
lockfree_sum_i32
Lock-free parallel sum using atomic operations