AsyncLockable Namespace

    Package: @esfx/async-lockable

    Functions

    hasInstance(value)

    Determines whether a value is AsyncLockable.

    Declaration
    function hasInstance(value: unknown): value is AsyncLockable;
    Parameters
    value
    unknown

    Returns
    value is AsyncLockable

    Variables

    lock

    A well-known symbol used to define an locking method on an object.

    Declaration
    lock: unique symbol

    name

    Declaration
    name = "AsyncLockable"

    unlock

    A well-known symbol used to define an unlocking method on an object.

    Declaration
    unlock: unique symbol
    Generated by DocFX