STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::sgl::strong_concurrency Struct Reference

Tag to specify a strong concurrency model. More...

Detailed Description

Tag to specify a strong concurrency model.

In a strong SGL concurrency model, a vertex operator and a neighbor operator cannot be executed concurrently on the same vertex. This model allows for shared state between the two operators to be operated on with mutual exclusion.


The documentation for this struct was generated from the following file: