Module PocketMeshPeer.State
Represents the whole state of the library.
type t;Internal representation of the library state. Use
classifyto pattern-match on its contents.
type taggedT=
;|WaitingForDbAndIdentity(SignalChannel.t)|HasIdentity(DbState.t, RuntimeState.t)Simplified state of the library suitable for pattern-matching.