Closed Shimuuar closed 4 years ago
Main motivation for this PR is to modularize gossip and to build it from simple blocks.
So far only idea to use STM (m ()) instead of STM a & a → m () was implemented.
STM (m ())
STM a
a → m ()
Main motivation for this PR is to modularize gossip and to build it from simple blocks.
So far only idea to use
STM (m ())
instead ofSTM a
&a → m ()
was implemented.