Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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