Understanding `Effect.withConcurrency`: Limiting Concurrency Across Fibers

There are no API docs for Effect.withConcurrency. Am I right in assuming that it returns a new effect whose concurrency is limited to the given concurrency across any fibers that call it in the program?
Was this page helpful?