Ada Programming/Pragmas/Priority


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

Summary

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

Wikibook

Category:Book:Ada Programming#Priority
Category:Book:Ada Programming