module Nn_blockmap_box:Fast RPC to the blockmap server via camlboxessig
..end
class type blockmap_client_t =object
..end
val client : unit -> blockmap_client_t
val serve : unit -> unit
It is required that Nn_db
is already initialized, because the database
needs to be accessed.
The server is unable to detect the shutdown of the system. Because of
this, one has to call shutdown
val init : unit -> unit