Module Awskit_lwt_unix.Runtime

Runtime module satisfying Awskit.Runtime.S. The monad is Lwt.t.

type 'a t = 'a Lwt.t
type connection = t
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