Days since finding an unchecked Sendable that uses locks subtly wrong: 0️⃣
@mattiem Also worth mentioning: you don't need 'unchecked' if you're using Mutex. The compiler can validate lock usage.
@tclementdev Yes this is a great combo. OSAllocatedUnfairLock isn’t too bad either, though not as safe.