# Functions
ErrorHandler sets error handler of the server.
Logger defines the logger the connection limiter will use.
New creates a new ConnLimiter.
# Structs
ConnErrHandler connection limiter error handler.
ConnLimiter tracks concurrent connection per token and is capable of rejecting connections if they are failed.
MaxConnError maximum connections reached error.
# Type aliases
ConnLimitOption connection limit option type.