LazyPromise: an async primitive that complements Signals and supports typed errors
SMRTR summary
LazyPromise is a JavaScript primitive that executes only when subscribed, supports cancellation, and runs synchronously without microtasks. It includes typed errors and a pipe-based API for better execution control.
SMRTR provides this summary for quick context. The original article belongs to Lobsters.
Read the original article