cog/Application
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
..
AppController.h Restore the File Tree, now with a chooser button 2022-06-30 16:57:51 -07:00
AppController.m Core Data Store: Handle concurrency properly 2022-10-30 16:54:52 -07:00
DockIconController.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
DockIconController.m [Dock Icon] Refuse to update if plaque didn't load 2022-06-20 21:34:05 -07:00
MediaKeysApplication.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
MediaKeysApplication.m [SceneKit Visualization] Refine blocklist again 2022-06-19 21:42:39 -07:00
PlaybackController.h Reintroducing App Sandbox, and more 2022-06-20 03:35:29 -07:00
PlaybackController.m [Equalizer] Remove unnecessary code 2022-07-03 22:40:33 -07:00
PlaybackEventController.h Reintroducing App Sandbox, and more 2022-06-20 03:35:29 -07:00
PlaybackEventController.m [Sandbox] Disable distributed iTunes notification 2022-06-20 16:43:21 -07:00
ScriptAdditions.h Add more automation commands and properties 2022-02-21 21:52:09 -08:00
ScriptAdditions.m Use NSNumber Literals as much as possible 2022-06-17 06:39:02 -07:00