aboutsummaryrefslogtreecommitdiff
path: root/libcmix-common/receiver.hpp
AgeCommit message (Collapse)Author
2016-12-01Removed a large chunk of code duplication in the network code.Dennis Brentjes
2016-10-21Adds SSL connections between nodes.Dennis Brentjes
2016-10-20Shared secret key is now distributed to the other nodes.Dennis Brentjes
2016-10-16Updates all the documentation.Dennis Brentjes
Mainly covers the network rewrites.
2016-10-13Second big network rewrite.Dennis Brentjes
This time without the ugly SFINAE hack to restrict sending and receiving on Senders and Receivers respectively. Replaced this hack with private inheritance and using declerations. Also renamed receive to async_receive to better reflect the behaviour.