package
0.5.5
Repository: https://github.com/guad/thunder.git
Documentation: pkg.go.dev

# 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.