memgraph/experimental/distributed
Goran Zuzic 34121a676c Connected RemoteChannel to Callbacks by removing type_index from where it isn't needed
Reviewers: sasa.stanko, buda

Reviewed By: sasa.stanko

Subscribers: pullbot, mferencevic

Differential Revision: https://phabricator.memgraph.io/D660
2017-08-11 17:01:33 +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 Add few connector tests 2017-08-10 10:36:51 +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