* Wait for the barrier to be resolved. * * @returns A promise that resolves when the barrier is resolved.
()
| 34 | * @returns A promise that resolves when the barrier is resolved. |
| 35 | */ |
| 36 | public async wait(): Promise<void> { |
| 37 | return this.promise; |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Signal that a participant has reached the barrier and wait for the barrier to be resolved. |
no outgoing calls
no test coverage detected