Notifier passed to a producer location to notify a remote location with only signal consumers.
More...
template<typename T>
struct stapl::detail::edge_remote_signal_notifier< T >
Notifier passed to a producer location to notify a remote location with only signal consumers.
- Template Parameters
-
| T | Stored value type of associated edge. In this context, always int, and is used to match notifier operator() signature. Ignored. |
- See also
- edge_container::receive_signal
◆ operator()()
Invoke signal flow reception on remote consumer location via ARMI.
- Parameters
-
| handle | The ARMI handle of the edge_container. |
| loc | The remote consumer location. |
| tid | The producer task identifier. |
| version | Ignored stored edge value type. Included to match signature with edge_remote_notifier. |
The documentation for this struct was generated from the following file: