Ada Programming/Pragmas/Queueing Policy

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

Ada Lovelace 1838.jpg

Contents


[edit] Summary

The pragma Queueing_Policy defines the queuing policy used on task entry to an Ada partition.

There are two possible queuing policies:

  • FIFO_Queuing - (default) tasks are served in FIFO order.
  • Priority_Queuing - tasks are served in the order of priority.

[edit] See also

[edit] Wikibook

Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export