J.15.13 Pragma Asynchronous
Syntax
1/3
{
AI05-0229-1}
The form of a pragma
Asynchronous, which is a representation pragma (see 13.1),
is as follows:
2/3
Static Semantics
3/3
{
AI05-0229-1}
For an implementation that supports Annex E, a
pragma Asynchronous specifies that the Asynchronous aspect (see E.4.1)
for the procedure or type denoted by local_name
has the value True.
Legality Rules
4/3
{
AI05-0229-1}
The local_name
of a pragma Asynchronous shall denote a declaration that may have aspect
Asynchronous specified.
Wording Changes from Ada 2005
4.a/3
{
AI05-0229-1}
This clause is new. Pragma Asynchronous was moved
here from E.4.1; aspect Asynchronous lives
there now.
Ada 2005 and 2012 Editions sponsored in part by Ada-Europe