cog/Spotlight
Christopher Snowhill 4bed0af868 Core Data Store: Handle concurrency properly
All concurrency from other threads should pass through the viewContext's
performBlock or performBlockAndWait functions, and no other way. So now,
all access to Core Data is either happening on the main thread, or by
using these code blocks, all of which will wait for their access to
proceed.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-10-30 16:54:52 -07:00
..
NSArray+CogSort.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSArray+CogSort.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSComparisonPredicate+CogPredicate.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSComparisonPredicate+CogPredicate.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSNumber+CogSort.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSNumber+CogSort.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
SpotlightPlaylistController.h Fix the Spotlight search panel 2022-07-15 06:18:01 -07:00
SpotlightPlaylistController.m Fix the Spotlight search panel 2022-07-15 06:18:01 -07:00
SpotlightPlaylistEntry.h [Playlist Storage] Rewrite to use Core Data 2022-06-16 07:14:33 -07:00
SpotlightPlaylistEntry.m Core Data Store: Handle concurrency properly 2022-10-30 16:54:52 -07:00
SpotlightTransformers.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
SpotlightTransformers.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
SpotlightWindowController.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
SpotlightWindowController.m Fix the Spotlight search panel 2022-07-15 06:18:01 -07:00