doc: add running.dox

This commit is contained in:
Wim Taymans 2026-04-08 10:30:46 +02:00
parent 1a3df16e27
commit 5474c3c3a5
2 changed files with 2 additions and 1 deletions

View file

@ -103,7 +103,7 @@ down and upstream.
# Async nodes
When a node has the node.async property set to true, it will be considered an async
node and will be scheduled differently, see scheduling.dox.
node and will be scheduled differently, see \ref page_scheduling .
A link between a port of an async node and another port (async or not) is called an
async link and will have the link.async=true property.