Skip to content
View bo1ta's full-sized avatar

Block or report bo1ta

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. musculos-app musculos-app Public

    Swift 1

  2. Atomic+PropertyWrapper Atomic+PropertyWrapper
    1
    import os
    2
    
                  
    3
    /// A thread-safe property wrapper for atomic access to a value.
    4
    /// This wrapper ensures thread-safe read and write access to the wrapped value using `OSAllocatedUnfairLock`.
    5
    /// NOTE: Value must be `Sendable`. See `UncheckedAtomic` for a non-Sendable implementation