Closed timuraudio closed 1 year ago
Factored out logic for progressive backoff waiting from crill::spin_mitex into a generic free-standing function crill::progressive_backoff_wait, so it can be used to wait on something else than a spinlock being released (for example, a CAS loop).
Factored out logic for progressive backoff waiting from crill::spin_mitex into a generic free-standing function crill::progressive_backoff_wait, so it can be used to wait on something else than a spinlock being released (for example, a CAS loop).