ivan7237d
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: LazyPromise = Observable – Signals (github.com)
A Promise-like primitive which is lazy/cancelable, has typed errors, and emits synchronously instead of on the microtask queue. In a way LazyPromise is what you get if you take an Observable and make it impossible to…