Ada Programming/Pragmas/Priority

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Ada. Time-tested, safe and secure.
Ada. Time-tested, safe and secure.

Summary[edit | edit source]

The pragma Priority sets a task's priority. The priority pragma accepts an integer argument that may be static or dynamically calculated. The pragma must be called in the task specification.

See also[edit | edit source]

Wikibook[edit | edit source]