From 71c46f8fba6c28bbab1240e9a221844f870cbe96 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 10 Jan 2024 17:38:08 -0800 Subject: [PATCH] Updated ProjectMain (markdown) --- ProjectMain.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ProjectMain.md b/ProjectMain.md index 144f385..41c57f6 100644 --- a/ProjectMain.md +++ b/ProjectMain.md @@ -124,7 +124,11 @@ most of it is for advanced features that you probably won't need. * [Homogeneous redundancy](HomogeneousRedundancy) * [Homogeneous App Version](HomogeneousAppVersion) * [Adaptive replication ](AdaptiveReplication) -* [Handling completed jobs](AssimilateIntro) +* Handling completed jobs (assimilation) + * [Standard assimilators](Standard-assimilators) + * [Assimilators in scripting languages](Assimilators-in-scripting-languages) + * [Assimilators in C++ (high level)](AssimilateIntro) + * [Assimilators in C++ (low level)](Assimilators-in-C++-(low_level)) * [Canceling jobs](CancelJobs) * [APIs for job-processing programs](BackendUtilities) * [Broadcast and targeted jobs](AssignedWork)