Ada Programming/Keywords/synchronized
< Ada Programming | Keywords
Jump to navigation
Jump to search
This language feature is only available from Ada 2005 on.
The synchronized keyword is used to declare that the interface has to be implemented by task types or protected types. The syntax is:
type Printable is synchronized interface;
See also[edit]
Wikibook[edit]
Ada Reference Manual[edit]
Ada Quality and Style Guide[edit]
Ada Keywords | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|