From ad5ae5252b1faffcc0b913109f0d5c6f8049ac05 Mon Sep 17 00:00:00 2001 From: niamtokik Date: Sun, 21 Jun 2020 18:59:28 +0000 Subject: [PATCH] update --- doc/using-libuv-with-erlang-c-node.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/using-libuv-with-erlang-c-node.md b/doc/using-libuv-with-erlang-c-node.md index 0333297..ea86145 100644 --- a/doc/using-libuv-with-erlang-c-node.md +++ b/doc/using-libuv-with-erlang-c-node.md @@ -2,6 +2,7 @@ | date | comment | |------------|--------------------------------------------------------| +| 2020-06-21 | add another model to spawn processes with privsep | | 2020-06-19 | create documentation and few tests | | 2020-06-18 | first test with libuv and c-node |