@sankhyalabs/core-docs 5.20.0-ms.1 → 5.20.0-ms.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/classes/LockManager.md +4 -4
- package/package.json +1 -1
package/classes/LockManager.md
CHANGED
@@ -144,7 +144,7 @@ Operação do contexto que o lock deve ser feito.
|
|
144
144
|
|
145
145
|
#### Source
|
146
146
|
|
147
|
-
src/utils/LockManager.ts:
|
147
|
+
src/utils/LockManager.ts:137
|
148
148
|
|
149
149
|
***
|
150
150
|
|
@@ -172,7 +172,7 @@ Promise que será resolvida quando todos os locks forem resetados
|
|
172
172
|
|
173
173
|
#### Source
|
174
174
|
|
175
|
-
src/utils/LockManager.ts:
|
175
|
+
src/utils/LockManager.ts:111
|
176
176
|
|
177
177
|
***
|
178
178
|
|
@@ -214,7 +214,7 @@ src/utils/LockManager.ts:69
|
|
214
214
|
|
215
215
|
#### Source
|
216
216
|
|
217
|
-
src/utils/LockManager.ts:
|
217
|
+
src/utils/LockManager.ts:191
|
218
218
|
|
219
219
|
***
|
220
220
|
|
@@ -246,4 +246,4 @@ Operação do contexto que devera aguardar.
|
|
246
246
|
|
247
247
|
#### Source
|
248
248
|
|
249
|
-
src/utils/LockManager.ts:
|
249
|
+
src/utils/LockManager.ts:164
|