|
|
|
Show HN: LazyPromise = Observable – Signals
(github.com)
|
|
34 points
by ivan7237d
177 days ago
|
|
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 misuse it for what the Signals were built to do. |
|