realar-project / realar

5 kB Advanced state manager for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

low: proposal pool single and pool static chaining factory

betula opened this issue · comments

pool.single(async () => {

})

// or

pool(async () => {

}).single()

// Will be same result
pool.debounce(300).single().flow(async () => {});
// ok

Added to "the stream of conciseness 0.7+ roadmap"