Bootstrap ADRs
Reworking README and adding meagerfile
Full test coverage
ADRs | Meagerfile | License (MIT) | Contributing
Generic consumer library for Scala 3 based on Cats Effect and FS2. Provides different consumer patterns (such as polling from a blocking queue) with standard ways to describe their state and behavior.
This library is not yet published.
object Meager {
val QueueConsumer: ModuleID =
"meager" %% "meager-consumer-queue-v0" % "0.1.0"
}