Show HN: I'm building TaskWeave, a typesafe task orchestrator(github.com)
github.com
Show HN: I'm building TaskWeave, a typesafe task orchestrator
https://github.com/spicyPoke/TaskWeave
2 comments
very original name , i bet there arent 20 projects and libraries with that name already
TBH, I didn't check whether that name already out there.
Have you checked out the repo and give it a try?
1. Task1 executes its operation and returns 5 2. Task2 depends on Task1 and retrieve the value returned by Task1, that is 5. 3. Task2 executes its operation and uses the value from Task1.
The tasks also type safe, so there's no need for runtime type casting.
I'm looking for feedback and ideas, I was thinking to add branching and loop, but I would love to hear your thoughts. You can find it here: https://github.com/spicyPoke/TaskWeave