Ada Programming/Pragmas/Priority


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