Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 354 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 354 Bytes

Example code for a longevity demo.

Runs out of the box like so:

sbt run

To run with blocking effects:

sbt runMain blockingApplication

Or with cats.effect.IO:

sbt runMain ioApplication

Feel free to use the contents of this project however you wish. If you need me to explicitly license it, please just ask.