package goblint

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

Module Goblint_parallel.ThreadpoolSource

Sourcetype t
Sourcetype 'a promise
Sourceval create : int -> t
Sourceval run : t -> (unit -> 'a) -> 'a
Sourceval add_work : t -> (unit -> 'a) -> 'a promise
Sourceval await_all : t -> unit promise list -> unit
Sourceval finished_with : t -> unit
OCaml

Innovation. Community. Security.