deep-foundation / deep-foundation/deeplinks
Add ability to deep.await to await specific promise
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
### Is your feature request related to a problem? Please describe.
I want to await until promise created by specific handler is executed. I do not want until ALL the promises are executed
### Describe the solution you'd like
- (optional if already done) Add link between `(Then|PromiseResult|etc)` and `Handler` to understand by which handler promise is created.
- Get id of handler and id of trigger link whose promise we want to await and await it instead of awaiting all of the promises related to trigger link
### Describe alternatives you've considered
_No response_
### Additional context/Screenshots
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.