Concepts : Concepts used in HOPEX : Attributes (MetaAttributes) : Concurrency
   
Concurrency
The concurrency, to specify how the operation behaves when it is called several times simultaneously.
- Concurrency: the operation responds simultaneously to the different calls.
- Guarded: the operation answers the first call and rejects ensuing ones.
- Sequential: the operation responds successively to each call.
Translations
Type
String (2) Enumeration
Products
 
List of MetaClasses
Operation (UML).
Value
sequential (S), guarded (G), concurrent (C).