< Ada Programming < Pragmas

Ada. Time-tested, safe and secure.

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.

See also

Wikibook

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.