Plasma GitLab Archive
Projects Blog Knowledge

Module Nn_notify


module Nn_notify: sig .. end
Send all notifications requires for this list of db modifications. The engine is done when all notification RPCs are responded. This should be called in parallel with the db commit, and before the "commit" RPC returns.

val send_notifications_e : Nn_db.modification list -> unit Uq_engines.engine
Send all notifications requires for this list of db modifications. The engine is done when all notification RPCs are responded. This should be called in parallel with the db commit, and before the "commit" RPC returns.
val expire_e : unit -> unit Uq_engines.engine
Checks for expired requests, and sends the "expired"-type notifications. This should be called between db commits, once every second.
val post_start_hook : unit -> unit
Needs to be called once
val setup : Rpc_server.t -> unit
Binds the Request_notifications program
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml