Preparing search index...
The search index is not available
@lzwme/fe-utils
@lzwme/fe-utils
index
Barrier
Class Barrier
创建一个初始状态为关闭、最后为永久打开的一个屏障 A barrier that is initially closed and then becomes opened permanently.
Hierarchy (
View Summary
)
Barrier
AutoOpenBarrier
Index
Constructors
constructor
Methods
is
Open
open
wait
Constructors
constructor
new
Barrier
()
:
Barrier
Returns
Barrier
Methods
is
Open
isOpen
()
:
boolean
Returns
boolean
open
open
()
:
void
Returns
void
wait
wait
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
is
Open
open
wait
@lzwme/fe-utils
Loading...
创建一个初始状态为关闭、最后为永久打开的一个屏障 A barrier that is initially closed and then becomes opened permanently.