package goblint

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

Module Goblint_parallelSource

Utilities for concurrency

Sourcemodule DomainsafeLazy : sig ... end

Lazy type which protects against concurrent calls of force.

Sourcemodule GobMutex : sig ... end

A mutex that supports multiple threads on a domain when parallelism is supported as detected by the presence of the domainslib library. It is mocked to a no-op when domainslib is not available for backwards compatibility.

Sourcemodule Threadpool : sig ... end

Concurrent data structures

Sourcemodule Data : sig ... end
OCaml

Innovation. Community. Security.