Ada Programming/Keywords/synchronized
From Wikibooks, the open-content textbooks collection
Contents |
This language feature is only available in Ada 2005.
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;
[edit] See also
[edit] Wikibook
[edit] Ada Reference Manual
[edit] Ada Quality and Style Guide
| Ada Keywords | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|