Frama-C:
Plug-ins:
Libraries:

Frama-C API - selector

inherit 'a signal

listen to all sets.

method set : 'a -> unit
method get : 'a
method send : ('a -> unit) -> unit -> unit

send f calls f with the current value via the signal lock.