@@ -36,7 +36,7 @@ A RangeError if `desired` is negative or exceeds [CountingSemaphore.Max](Countin
3636
3737#### Source
3838
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 )
4040
4141### new CountingSemaphore()
4242
@@ -58,7 +58,7 @@ The byte offset within the shared buffer. Defaults to `0`.
5858
5959#### Source
6060
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 )
6262
6363## Properties
6464
@@ -68,7 +68,7 @@ The byte offset within the shared buffer. Defaults to `0`.
6868
6969#### Source
7070
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 )
7272
7373***
7474
@@ -78,7 +78,7 @@ The byte offset within the shared buffer. Defaults to `0`.
7878
7979#### Source
8080
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 )
8282
8383***
8484
@@ -88,7 +88,7 @@ The byte offset within the shared buffer. Defaults to `0`.
8888
8989#### Source
9090
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 )
9292
9393***
9494
@@ -100,7 +100,7 @@ The maximum possible value of the internal counter
100100
101101#### Source
102102
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 )
104104
105105## Accessors
106106
@@ -117,7 +117,7 @@ and primary storage for shared data.
117117
118118#### Source
119119
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 )
121121
122122***
123123
@@ -133,7 +133,7 @@ The total length in bytes being used from the SharedArrayBuffer.
133133
134134#### Source
135135
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 )
137137
138138***
139139
@@ -149,7 +149,7 @@ The byte offset within the SharedArrayBuffer where data begins.
149149
150150#### Source
151151
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 )
153153
154154## Methods
155155
@@ -167,7 +167,7 @@ A promise that resolves when acquisition is successful.
167167
168168#### Source
169169
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 )
171171
172172***
173173
@@ -193,7 +193,7 @@ If `count` is negative or would cause the semaphore to overflow.
193193
194194#### Source
195195
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 )
197197
198198***
199199
@@ -211,7 +211,7 @@ A promise resolving to `true` if successful, otherwise `false`.
211211
212212#### Source
213213
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 )
215215
216216***
217217
@@ -236,7 +236,7 @@ A promise resolving to `true` if successful, otherwise `false`.
236236
237237#### Source
238238
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 )
240240
241241***
242242
@@ -261,4 +261,4 @@ A promise resolved to `true` if succesful, otherwise `false`.
261261
262262#### Source
263263
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