🦅 A tiny (~315B) utility that executes a dependency graph of async functions as concurrently as possible.
First of all, thanks for the lib, looks great! I have a question: what if I have `task A`, and based on result of `task A` I need to execute either `task B` or `task C`? So that in the end one of `B` and `C` needs to be executed, but not both of them.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by sesm and has received 2 comments.