package rock

  1. Overview
  2. Docs

Module Rock.ServiceSource

A service is a function that returns its result asynchronously.

Sourcetype ('req, 'rep) t = 'req -> 'rep Lwt.t