@@ -36,7 +36,7 @@ A RangeError if `desired` is negative or exceeds [CountingSemaphore.Max](Countin
36
36
37
37
#### Source
38
38
39
- [ src/semaphores/countingSemaphore.ts:39] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L39 )
39
+ [ src/semaphores/countingSemaphore.ts:39] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L39 )
40
40
41
41
### new CountingSemaphore()
42
42
@@ -58,7 +58,7 @@ The byte offset within the shared buffer. Defaults to `0`.
58
58
59
59
#### Source
60
60
61
- [ src/semaphores/countingSemaphore.ts:44] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L44 )
61
+ [ src/semaphores/countingSemaphore.ts:44] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L44 )
62
62
63
63
## Properties
64
64
@@ -68,7 +68,7 @@ The byte offset within the shared buffer. Defaults to `0`.
68
68
69
69
#### Source
70
70
71
- [ src/semaphores/countingSemaphore.ts:29] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L29 )
71
+ [ src/semaphores/countingSemaphore.ts:29] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L29 )
72
72
73
73
***
74
74
@@ -78,7 +78,7 @@ The byte offset within the shared buffer. Defaults to `0`.
78
78
79
79
#### Source
80
80
81
- [ src/semaphores/countingSemaphore.ts:30] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L30 )
81
+ [ src/semaphores/countingSemaphore.ts:30] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L30 )
82
82
83
83
***
84
84
@@ -88,7 +88,7 @@ The byte offset within the shared buffer. Defaults to `0`.
88
88
89
89
#### Source
90
90
91
- [ src/semaphores/countingSemaphore.ts:31] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L31 )
91
+ [ src/semaphores/countingSemaphore.ts:31] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L31 )
92
92
93
93
***
94
94
@@ -100,7 +100,7 @@ The maximum possible value of the internal counter
100
100
101
101
#### Source
102
102
103
- [ src/semaphores/countingSemaphore.ts:27] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L27 )
103
+ [ src/semaphores/countingSemaphore.ts:27] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L27 )
104
104
105
105
## Accessors
106
106
@@ -117,7 +117,7 @@ and primary storage for shared data.
117
117
118
118
#### Source
119
119
120
- [ src/semaphores/countingSemaphore.ts:81] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L81 )
120
+ [ src/semaphores/countingSemaphore.ts:81] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L81 )
121
121
122
122
***
123
123
@@ -133,7 +133,7 @@ The total length in bytes being used from the SharedArrayBuffer.
133
133
134
134
#### Source
135
135
136
- [ src/semaphores/countingSemaphore.ts:85] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L85 )
136
+ [ src/semaphores/countingSemaphore.ts:85] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L85 )
137
137
138
138
***
139
139
@@ -149,7 +149,7 @@ The byte offset within the SharedArrayBuffer where data begins.
149
149
150
150
#### Source
151
151
152
- [ src/semaphores/countingSemaphore.ts:89] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L89 )
152
+ [ src/semaphores/countingSemaphore.ts:89] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L89 )
153
153
154
154
## Methods
155
155
@@ -167,7 +167,7 @@ A promise that resolves when acquisition is successful.
167
167
168
168
#### Source
169
169
170
- [ src/semaphores/countingSemaphore.ts:98] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L98 )
170
+ [ src/semaphores/countingSemaphore.ts:98] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L98 )
171
171
172
172
***
173
173
@@ -193,7 +193,7 @@ If `count` is negative or would cause the semaphore to overflow.
193
193
194
194
#### Source
195
195
196
- [ src/semaphores/countingSemaphore.ts:184] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L184 )
196
+ [ src/semaphores/countingSemaphore.ts:184] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L184 )
197
197
198
198
***
199
199
@@ -211,7 +211,7 @@ A promise resolving to `true` if successful, otherwise `false`.
211
211
212
212
#### Source
213
213
214
- [ src/semaphores/countingSemaphore.ts:115] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L115 )
214
+ [ src/semaphores/countingSemaphore.ts:115] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L115 )
215
215
216
216
***
217
217
@@ -236,7 +236,7 @@ A promise resolving to `true` if successful, otherwise `false`.
236
236
237
237
#### Source
238
238
239
- [ src/semaphores/countingSemaphore.ts:137] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L137 )
239
+ [ src/semaphores/countingSemaphore.ts:137] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L137 )
240
240
241
241
***
242
242
@@ -261,4 +261,4 @@ A promise resolved to `true` if succesful, otherwise `false`.
261
261
262
262
#### Source
263
263
264
- [ src/semaphores/countingSemaphore.ts:149] ( https://github.com/havelessbemore/semafy/blob/149e7eb3316334bacba0da85965a5d191883e2fc /src/semaphores/countingSemaphore.ts#L149 )
264
+ [ src/semaphores/countingSemaphore.ts:149] ( https://github.com/havelessbemore/semafy/blob/c1d56be99a331ecbe5fe1625f5e190ff01b04eee /src/semaphores/countingSemaphore.ts#L149 )
0 commit comments