package coq-core

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

Module Memprof_coq.Thread_mapSource

An async-safe, scoped thread-local store

Sourcetype 'a t
Sourceval create : unit -> 'a t

Create an empty map

Sourceval with_value : 'a t -> value:'a -> scope:(unit -> 'b) -> 'b

Associate ~value to the current thread for the duration of a scope. It can be nested: the previous association is restored on exit.

Sourceval get : 'a t -> 'a option

Get the value currently associated with the current thread.

OCaml

Innovation. Community. Security.