lever
lever copied to clipboard
Pillars for Transactional Systems and Data Grids
Do hybrid model development for exploiting the I/O free execution on the hot path of transactions.
This implements a method on `AtomicBox` that will allow you to replace the inner value with the given one, and without a closure.
## Description This removes the `Fn` bound for closures types in the `replace_with` method of the `AtomicBox`. ## Backward compatibility Since `Fn` is the subset of all closure types, it...
Hi, I am scanning the lever in the latest version with my own static analyzer tool. Unsafe conversion found at: src/alloc/mod.rs#L13 ``` rust pub(crate) fn bucket_allocate_cont(buckets: usize) -> Result {...