Search
Preparing search index...
The search index is not available
pinus-admin
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
CountDownLatch
Class CountDownLatch
Hierarchy
CountDownLatch
Index
Constructors
constructor
Properties
cb
count
Methods
done
Constructors
constructor
new
Count
Down
Latch
(
count
:
number
, cb
:
function
)
:
CountDownLatch
Count down to zero and invoke cb finally.
Parameters
count:
number
cb:
function
(
)
:
void
Returns
void
Returns
CountDownLatch
Properties
cb
cb
:
function
Type declaration
(
)
:
void
Returns
void
count
count
:
number
Methods
done
done
(
)
:
void
Call when a task finish to count down.
api
public
Returns
void
Globals
Count
Down
Latch
constructor
cb
count
done
Count down to zero and invoke cb finally.