# Functions
Busy produces a middleware that returns an error if the maximum number of clients is reached.
Concurrent produces a middleware that allows only a set number of concurrent calls via a semaphore implemented as a buffered channel.
Logging is a go-kit middleware that inserts any associated logger from requests into the context.
Timeout applies the given timeout to all WRP Requests.
# Constants
No description provided by the author