Preparing search index...
The search index is not available
@zimtsui/coroutine-locks
@zimtsui/coroutine-locks
Semaphore
Class Semaphore
Hierarchy
Semaphore
Index
Constructors
constructor
Methods
p
throw
tryp
v
Constructors
constructor
new
Semaphore
(
resourceCount
?:
number
)
:
Semaphore
Parameters
resourceCount:
number
= 0
Returns
Semaphore
Methods
p
p
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
throw
throw
(
err
:
Error
)
:
void
Parameters
err:
Error
Returns
void
tryp
tryp
(
)
:
void
Returns
void
v
v
(
)
:
void
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
@zimtsui/coroutine-
locks
Semaphore
constructor
p
throw
tryp
v
Generated using
TypeDoc