8000 feat(): add rxScheduleTask function by Karnaukhov-kh · Pull Request #1633 · rx-angular/rx-angular · GitHub
[go: up one dir, main page]

Skip to content

feat(): add rxScheduleTask function #1633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update apps/docs/docs/cdk/render-strategies/rx-schedule-task.md
Co-authored-by: Julian Jandl <julian@jandl.wien>
  • Loading branch information
Karnaukhov-kh and hoebbelsB authored Oct 30, 2023
commit bd65ad33f38c396bb3c392f1f05f1ba847baa1bb
2 changes: 1 addition & 1 deletion apps/docs/docs/cdk/render-strategies/rx-schedule-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can read detailed information about concurrent strategies [here](strategies/
- It also accepts a configuration object as an optional second parameter
- `strategy` which will be used for scheduling (`normal` is default, for full list of available strategies see [concurrent strategies documentation](strategies/concurrent-strategies.md))
- `delay` which is responsible for delaying the task execution (default is 0ms)
- `ngZone` if you want your function be executed withing ngzone (default scheduling runs out of zone)
- `ngZone` if you want your function be executed within ngzone (default scheduling runs out of zone)

### Return type

Expand Down
0