From f2458084e67b1df3830a4081c3b35d3e5bfe1c93 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 7 Jan 2022 23:25:30 +0100 Subject: [PATCH] Add todo. --- core/shared_resource.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/shared_resource.h b/core/shared_resource.h index d62901d..00ef29f 100644 --- a/core/shared_resource.h +++ b/core/shared_resource.h @@ -17,6 +17,7 @@ public: ~SharedResource(); private: + //todo add read write lock instead of this Mutex _mutex; };