Skip to content

Localization and Locking

Compare
Choose a tag to compare
@KaQuMiQ KaQuMiQ released this 06 Apr 07:27
· 37 commits to main since this release
590726b

Rework DisplayableString to be Hashable, Localizable and create custom StringInterpolation for it.
Add os_unfair_lock implementation for Lock.
Add atomic_flag based (spin lock) implementation of CriticalSection type for memory access synchronization .
Remove NSLock implementation for Lock.
Remove Lock.acquireBefore method.
Add identity function.
Add Task waiting methods.