* Adjusts the number of permits available in the semaphore.
(permits: number)
| 11774 | * Adjusts the number of permits available in the semaphore. |
| 11775 | */ |
| 11776 | resize(permits: number): Effect<void> |
| 11777 | |
| 11778 | /** |
| 11779 | * Runs an effect with the given number of permits and releases the permits |