Add todo.

This commit is contained in:
Relintai 2022-01-07 23:25:30 +01:00
parent d9c36d0a4e
commit f2458084e6
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ public:
~SharedResource();
private:
//todo add read write lock instead of this
Mutex _mutex;
};