[examples] add output and combining to multi threaded parse example

This commit is contained in:
Allen Webster
2021-10-10 10:53:59 -07:00
parent 93ac2b4bae
commit f07b74da5f
3 changed files with 77 additions and 18 deletions
+1
View File
@@ -1085,6 +1085,7 @@ MD_FUNCTION void MD_PushChild(MD_Node *parent, MD_Node *new_child);
MD_FUNCTION void MD_PushTag(MD_Node *node, MD_Node *tag);
MD_FUNCTION MD_Node *MD_MakeList(MD_Arena *arena);
MD_FUNCTION void MD_ListConcatInPlace(MD_Node *list, MD_Node *to_push);
MD_FUNCTION MD_Node *MD_PushNewReference(MD_Arena *arena, MD_Node *list, MD_Node *target);
//~ Introspection Helpers