cog/Playlist
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
..
DNDArrayController.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
DNDArrayController.m Cog now requires macOS 10.13 as a minimum version 2022-06-23 23:23:07 -07:00
PlaylistController.h Core Data Store: Handle concurrency properly 2022-10-30 16:54:52 -07:00
PlaylistController.m Core Data Store: Handle concurrency properly 2022-10-30 16:54:52 -07:00
PlaylistEntry.h Ditch the data compression 2022-07-08 16:34:50 -07:00
PlaylistEntry.m Core Data Store: Handle concurrency properly 2022-10-30 16:54:52 -07:00
PlaylistHeaderView.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PlaylistHeaderView.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PlaylistLoader.h [Playlist Loader] Load files in the background 2022-07-06 14:28:14 -07:00
PlaylistLoader.m Core Data Store: Handle concurrency properly 2022-10-30 16:54:52 -07:00
PlaylistView.h [Playlist Metadata] Apply metadata correctly 2022-06-17 10:24:45 -07:00
PlaylistView.m [Playlist Loader] Load files in the background 2022-07-06 14:28:14 -07:00
Shuffle.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
Shuffle.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
StatusImageTransformer.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
StatusImageTransformer.m Replace playlist status icons with SF Symbols 2022-02-10 01:51:40 -08:00
ToggleQueueTitleTransformer.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
ToggleQueueTitleTransformer.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
XmlContainer.h Modernize several classes. 2021-01-31 02:14:08 +03:00
XmlContainer.m [Sandbox] Add Sandbox grants to places missing it 2022-07-25 19:33:51 -07:00