iykyk-syn / unison

Consensus nodes performing in unison!
Apache License 2.0
29 stars 2 forks source link

feat(bapl): rudimentary BatchPool interface with memory and multicast impls #15

Closed abstraking closed 2 months ago

abstraking commented 2 months ago

MulticastPool multicast batches to a preconfigured list of receivers defined by IncludersFn. All the fancy stuff like load-balancing, workers, GCing, and better abstractions will come later, as this is enough for the PoC quality we need.

Closes https://github.com/iykyk-syn/unison/pull/15