ladybird/Userland/Libraries/LibFileSystemAccessClient
Lucas CHOLLET 9521952f36 FileSystemAccessServer: Manage concurrent file requests
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.
2022-06-27 20:22:15 +01:00
..
Client.cpp FileSystemAccessServer: Manage concurrent file requests 2022-06-27 20:22:15 +01:00
Client.h FileSystemAccessServer: Manage concurrent file requests 2022-06-27 20:22:15 +01:00
CMakeLists.txt FileSystemAccessServer+TextEditor: Implement cross-process modal prompts 2021-07-18 17:21:28 +02:00