memgraph/experimental/distributed
Goran Zuzic 98a1b652d1 Change network_chat to work with events
Reviewers: sasa.stanko, buda

Reviewed By: sasa.stanko

Subscribers: mferencevic

Differential Revision: https://phabricator.memgraph.io/D661
2017-08-14 11:50:28 +02:00
..
src Connected RemoteChannel to Callbacks by removing type_index from where it isn't needed 2017-08-11 17:01:33 +02:00
tests Change network_chat to work with events 2017-08-14 11:50:28 +02:00
.clang-format Merged experimental repo. 2017-08-03 12:48:19 +02:00
.gitignore Merged experimental repo. 2017-08-03 12:48:19 +02:00
CMakeLists.txt Merged experimental repo. 2017-08-03 12:48:19 +02:00
init Merged experimental repo. 2017-08-03 12:48:19 +02:00
main.cpp Better OnEvent usability 2017-08-09 11:59:17 +02:00
README.md Added a README.md file in the experimental/distributed subdirectory. 2017-08-09 16:43:57 +02:00

distributed memgraph

This subdirectory structure implements distributed infrastructure of Memgraph.

conventions

  1. Locked: A method having a Locked... prefix indicates that you have to lock the appropriate mutex before calling this function.

dependencies

  • cereal