rx-queue icon indicating copy to clipboard operation
rx-queue copied to clipboard

Easy to Use RxJS Queue for Throttle/Debounce/Delay/DelayExecute

Results 8 rx-queue issues
Sort by recently updated
recently updated
newest added

TODO: merge the code to this repo and publish it as a user-land module feature: - https://github.com/ReactiveX/rxjs/pull/6669

enhancement

I am using `v9.12.6` But when I change it to `v1` I get this error. Why is that? Compiler config issue? ```` Error: Cannot find module 'ix/asynciterable/index.js' at webpackMissingModule (/Users/jakehe/Code/pam-app/.webpack/main/index.js:217964:89)...

Hello, I am having an issue. I am using Angular 9 with ES2015. If I change to ES5, there are no issues. I'd prefer not to have to change my...

DelayQueueExecutor怎样操作,不立即触发?

question

Your package seems well formed and contains a lot of documentation :+1: But; could you add a section to the README.md of your package explaining what the benefits are of...

enhancement
help wanted

Hello, I tried to use your lib in an Angular project. Sadly it doesn't work due to some build error. ``` ERROR in ./node_modules/rx-queue/bundles/rx-queue.umd.js Module not found: Error: Can't resolve...

bug

In order to do this, we have to wrap the Promise into other data type, or when we `await` the result, all promises will be waited and be resolved. 1....

enhancement

I started to write a FIFO queue that works with a window concept, ie it has all the features of the common FIFO, however I can delimit a content perception...