mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 06:18:12 +00:00
![]() Before this patch, when you called FileSystemAccessServer::Client::try_* twice, the second call used the same variable to store the promise. This "race condition" is now solved using a HashMap, to store multiple parallel requests. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ConnectionFromClient.cpp | ||
ConnectionFromClient.h | ||
FileSystemAccessClient.ipc | ||
FileSystemAccessServer.ipc | ||
main.cpp |