low: proposal pool syntax
betula opened this issue · 1 comments
betula commented
const a = pool(async () => {});
a.single()
a.debounce(300)
a.throttle()
// or
a.pipe.single()
a.pipe.debounce(300)
a.pipe( ... ) // what is It?
and for values and signals
const a = value(0);
a.pool.debounce(100) // what is it?
betula commented
Added to "the stream of conciseness 0.7+ roadmap"