armanbilge/calico

A custom `Topic` type

armanbilge opened this issue ยท 0 comments

Like fs2 Topic, but with some tweaks:

  1. Cache the latest element, to seed any late subscribers with
  2. subscribe without maxQueued: probably safe to set to Int.MaxValue? ๐Ÿ˜