Overview
-
module Falcon-
module Limiter-
module EnvironmentA flat environment module for falcon-limiter services.
-
class LongTaskManages long-running tasks by releasing connection tokens during I/O operations to prevent contention and maintain server responsiveness.
-
class MiddlewareProtocol::HTTP middleware that provides long task management for requests.
-
module SemaphoreSimple wrapper around Async::Limiter::Queued that provides the interface
-
class SocketA transparent socket wrapper that automatically manages token release.
-
class WrapperAn endpoint wrapper that limits concurrent connections using a semaphore.
-
-