Added a README.md file in the experimental/distributed subdirectory.
Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D654
This commit is contained in:
parent
98241f99a6
commit
2446571770
13
experimental/distributed/README.md
Normal file
13
experimental/distributed/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# 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
|
||||
* <other memgraph dependencies>
|
Loading…
Reference in New Issue
Block a user