Options
All
  • Public
  • Public/Protected
  • All
Menu

Semaphore.

author

Jeongho Nam http://samchon.org

Hierarchy

  • Semaphore

Implements

  • _ISemaphore

Index

Constructors

Methods

Constructors

constructor

Methods

lock

  • lock(count?: number): Promise<void>

size

  • size(): number

try_lock

  • try_lock(count?: number): Promise<boolean>

unlock

  • unlock(count?: number): Promise<void>

Generated using TypeDoc