init(value:)

    Create the lock, and initialize the state variable to value.

    lock.swift:140
    init(value: T)

    Parameters

    value

    The initial value to give the state variable.

    Other members in extension

    Instance members