From dbebf59b6b20580c065dd2840c527be2c64ed57c Mon Sep 17 00:00:00 2001 From: Suyono Date: Mon, 1 Feb 2021 18:44:40 +0700 Subject: [PATCH] docs: initial work --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..94c8d87 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# MultiReader +Single writer with multiple readers. Designed for small number of concurrent readers. \ No newline at end of file