UNPKG
@lzptec/concurrency
Version:
alpha (4.0.0-alpha.3)
latest (4.0.0)
4.0.0
4.0.0-alpha.3
4.0.0-alpha.2
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.1
3.1.0
3.0.1
3.0.0
2.0.1
2.0.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.1.0
0.1.0-1
0.1.0-0
0.0.2-0
0.0.1
0.0.1-7
0.0.1-6
0.0.1-5
0.0.1-4
0.0.1-3
0.0.1-2
0.0.1-1
0.0.1-0
A Lightweight concurrency manager
github.com/LzpTec/concurrency
LzpTec/concurrency
@lzptec/concurrency
/
dist
/
lock.d.cts
8 lines
(6 loc)
•
115 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
declare
class
Lock
{ #
private
;
acquire
():
Promise
<
void
>;
release
():
Promise
<
void
>; }
export
{
Lock
};