jxa-lib
    Preparing search index...

    Variable dispatch_semaphore_createConst

    dispatch_semaphore_create: (n: number) => NSObject = $.dispatch_semaphore_create

    Creates new counting semaphore with an initial value.

    Type Declaration

      • (n: number): NSObject
      • Parameters

        • n: number

        Returns NSObject