Ada Programming/Pragmas/Queueing Policy

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 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.

See also[edit | edit source]

Wikibook[edit | edit source]