package lwt_domain

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

lwt_domain 0.2.0

Libraries

This package provides the following libraries (via ocamlobjinfo):

lwt_domain

Documentation:

  • Lwt_domain This module provides the necessary function (detach) to schedule some computations to be ran in parallel in a separate domain. The result of such a computation is exposed to the caller of detach as a promise. Thus, this module allows to mix multicore parallelism with the concurrent-only scheduling of the rest of Lwt.