package goblint

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

Module Goblint_parallel.DomainsafeLazySource

Lazy type which protects against concurrent calls of force.

Sourcetype 'a t
Sourceval from_fun : (unit -> 'a) -> 'a t
Sourceval from_val : 'a -> 'a t
Sourceval force : 'a t -> 'a
OCaml

Innovation. Community. Security.