module Executor
Execute HTTP applications in isolated execution contexts.
Nested Classes and Modules
class ChannelA framed, bidirectional message channel over an
IOobject.class RemoteErrorRaised when the remote execution context reports an error.
class ClosedErrorRaised when an execution transport closes unexpectedly.
class ExecutionManages one request and its isolated worker transport.
class GenericThe common middleware implementation for isolated execution contexts.
class RactoredExecutes each request in a dedicated Ruby 4.1 Ractor.
class RequestA reconstructed request owned by the execution context.
class ThreadedExecutes each request in a dedicated native thread.
module TransportA per-request transport with independent control and full-duplex body channels.
module WorkerExecutes one transported request in the isolated execution context.