- paxos_set(+Term) is semidet
- Equivalent to
paxos_key(Term,Key),pasox_set(Key,Term). I.e., Term is a ground compound term and its key is the name/arity pair. This version provides compatibility with older versions of this library.
paxos_key(Term,Key), pasox_set(Key,Term). I.e., Term
is a ground compound term and its key is the name/arity pair. This
version provides compatibility with older versions of this library.