zio-backtask
zio-backtask copied to clipboard
ZIO Backtask is background job framework for your next Scala 3 application.
Results
2
zio-backtask issues
Sort by
recently updated
recently updated
newest added
I had this idea of graphs of tasks where one could create a task if one task succeeded, and tasks could be scheduled via lovely "DSL". Examples: ```scala val g1:...