Picos_lwt.MakeSourceMake (Sleep) creates a Picos compatible interface to Lwt with given implementation of sleep.
For example,
module Picos_lwt_unix = Picos_lwt.Make (Lwt_unix)instantiates this functor using Lwt_unix.sleep as the implemention of sleep.