Up

module Resolver_lwt

: sig

Resolve URIs to endpoints using the Lwt library

#
module IO : Conduit.IO with type 'a t = 'a Lwt.t

IO module compatible with Conduit.IO that uses Lwt

#
module type S = Resolver.S with type svc = Resolver.service and type 'a io = 'a Lwt.t

Module type that specialises Conduit.RESOLVER to use Lwt threads

include S
end