docs: adjust designing

This commit is contained in:
2023-12-12 06:27:48 +00:00
parent b83db3dfa3
commit 02767aae04
3 changed files with 34 additions and 81 deletions

View File

@ -11,6 +11,7 @@ class BookStoreBackEndClass {
BlockingStringStream *output_ptr;
BookStoreEngineClass *engine_ptr;
std::unordered_map<std::string, SessionClass> session_map;
std::unordered_map<std::string, std::thread> worker_theads;
public:
BookStoreBackEndClass() = delete;