Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
The type of a join messaging block.
enum join_type;
Members
Values
Name |
Description |
|---|---|
greedy |
Greedy join messaging blocks immediately accept a message upon propagation. This is more efficient, but has the possibility for live-lock, depending on the network configuration. |
non_greedy |
Non-greedy join messaging blocks postpone messages and try and consume them after all have arrived. These are guaranteed to work, but slower. |
Requirements
Header: agents.h
Namespace: concurrency