Module Awskit_eio.Runtime

Direct-style runtime implementation used by service packages.

type conn

Concrete Eio connection record used by Awskit_eio.t. The value is scoped by the Eio.Switch.t supplied to create.

include Awskit.Runtime.S with type 'a t = 'a and type connection = conn
type 'a t = 'a
type connection = conn
type request_body
type response_body
type request_body_writer
type response_body_reader
module IO : Awskit.Runtime.IO with type 'a t = 'a t
module Request_body : Awskit.Runtime.Request_body with type 'a io = 'a t and type t = request_body and type writer = request_body_writer
module Response_body : Awskit.Runtime.Response_body with type 'a io = 'a t and type t = response_body and type reader = response_body_reader
module Sleeper : Awskit.Runtime.Sleeper with type 'a io = 'a t and type connection = connection