cog/Preferences
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
..
Preferences Core Data Store: Handle concurrency properly 2022-10-30 16:54:52 -07:00
PreferencePanePlugin.h [Sandbox Paths] Automatically clean up old paths 2022-07-24 23:14:52 -07:00
PreferencePluginController.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PreferencePluginController.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PreferencesController.h [Path Suggester] Automatically pop where required 2022-06-24 00:52:03 -07:00
PreferencesController.m [Path Suggester] Automatically pop where required 2022-06-24 00:52:03 -07:00
PreferencesWindow.h [Path Suggester] Automatically pop where required 2022-06-24 00:52:03 -07:00
PreferencesWindow.m [Sandbox Paths] Automatically clean up old paths 2022-07-24 23:14:52 -07:00
Shortcuts.h Migrate to MASShortcut. 2021-01-25 06:47:09 +03:00