Do not follow this link

~eidolon/meager-consumer

Generic consumer representations for Scala 3 based on Cats Effect and FS2
Bootstrap ADRs
Reworking README and adding meagerfile
Full test coverage

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~eidolon/meager-consumer
read/write
git@git.sr.ht:~eidolon/meager-consumer

You can also use your local clone with git send-email.

#meager-consumer

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.

#Usage

This library is not yet published.

object Meager {
  val QueueConsumer: ModuleID =
    "meager" %% "meager-consumer-queue-v0" % "0.1.0"
}
Do not follow this link