onet
onet copied to clipboard
TreeNodeInstance parallel methods
We have SendToChildrenInParallel
and probably soon MulticastInParallel
. We should think how to correctly use them and implement them:
- how to avoid having to wait for connection-requests, which can be quite long? (see also #414)
- when calling from protocols, there are some
go SendToChildrenInParallel
, which is not good, as we don't know when we'll finish.