Module Spawn
module type Control = sig ... end
module type MainLoopModel = sig ... end
module Async : functor (ML : MainLoopModel) -> sig ... end
module Sync : functor () sig ... end
Spawn
module type Control = sig ... end
module type MainLoopModel = sig ... end
module Async : functor (ML : MainLoopModel) -> sig ... end
module Sync : functor () sig ... end