acl-dev / acl

C/C++ server and network library, including coroutine,redis client,http/https/websocket,mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows, etc..
https://acl-dev.cn
GNU Lesser General Public License v3.0
2.88k stars 936 forks source link

提供的memdb是否是支持多线程安全访问? #257

Closed liangrf closed 2 years ago

liangrf commented 2 years ago

如题

zhengshuxin commented 2 years ago

想要在多线程中访问可以在外围加锁才成。