multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Add receive_all()/receive_any() for vector ports #79

Open LourensVeen opened 4 years ago

LourensVeen commented 4 years ago

We need this for better load balancing, and eventually for resizable vector ports.

LourensVeen commented 3 years ago

There may be cases where we have multiple S ports, and want to receive_any() across all of them. So we should consider having an ability to listen across an arbitrary set of ports rather than only on all slots on a single port.