# Functions
Acquire acquires a concurrency limiter token.
TemporarilyRelease temporarily releases a concurrency limiter token (if any) while calling a long-running but no-resource-using function f.
With attaches a new limiter to the context with the given limit.
# Type aliases
A ReleaseFunc releases a concurrency limiter token.