ads

Thursday, February 26, 2026

Show HN: I'm building TaskWeave, a typesafe task orchestrator https://ift.tt/TJ1Gfpt

Show HN: I'm building TaskWeave, a typesafe task orchestrator Hi, I'm building a task orchestrator library with the ability to specify dependencies between task and with an ability to pass return value into the next task. So something like following is possible: 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://ift.tt/EDHN1y0 https://ift.tt/EDHN1y0 February 26, 2026 at 10:55PM

No comments:

Post a Comment