Skip to content

Update the list of dispatch functions available #1396

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

Merged
merged 2 commits into from
Feb 8, 2021
Merged
Changes from all commits
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
3 changes: 2 additions & 1 deletion docs/api/scheduling/EventQueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ The EventQueue class provides a flexible queue for scheduling events. You can us

The EventQueue class is thread and ISR safe.

You can use the `dispatch` and `dispatch_forever` APIs to execute pending events. `break_dispatch` is to terminate the execution of events in the specified EventQueue.
You can use the `dispatch_for`, `dispatch_once` and `dispatch_forever` APIs to execute pending events.
`break_dispatch` is to terminate the execution of events in the specified EventQueue.

## Shared event queues

Expand Down