-
- Downloads
Fixed wrong scope of lamdba. Improved ArchiveMount::getNextJobBatch().
Lambdas were stored on stack and passed to async. They are now stored in object with proper lifetime. Improved ArchiveMount::getNextJobBatch(): we now clean up the empty queues.
Showing
- objectstore/ArchiveRequest.cpp 4 additions, 5 deletionsobjectstore/ArchiveRequest.cpp
- objectstore/ArchiveRequest.hpp 1 addition, 1 deletionobjectstore/ArchiveRequest.hpp
- scheduler/OStoreDB/OStoreDB.cpp 30 additions, 2 deletionsscheduler/OStoreDB/OStoreDB.cpp
- scheduler/OStoreDB/OStoreDBTest.cpp 5 additions, 2 deletionsscheduler/OStoreDB/OStoreDBTest.cpp
Loading
Please register or sign in to comment