cog/Utils
Christopher Snowhill 02c5ccaae1
Sandbox: Rework several blocking actions
Several actions have been reworked to be non-blocking, as their
operation should still occur in the main thread, but should not block
the thread they are called from, as they are not required to continue
processing there.

End of secure access has also been made non-blocking, as it is usually
only called when an input is done accessing a given file or folder, so
it should be important to return quickly, as the input is likely about
to terminate, and other things are waiting for it to return.

Also remove a nested block call for the storage access, as it is within
an existing serializing block, so it shouldn't need to be nested.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-12-09 21:12:33 -08:00
..
Logging.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSArray+ShuffleUtils.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSArray+ShuffleUtils.m Use NSNumber Literals as much as possible 2022-06-17 06:39:02 -07:00
NSData+MD5.h XML playlists now store album art in an MD5 hash indexed dictionary, but continue to read the older format for backwards compatibility 2013-10-09 16:14:23 -07:00
NSData+MD5.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSDictionary+Merge.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSDictionary+Merge.m Dictionary merge: Correctly drop empty data tags 2022-02-17 03:00:35 -08:00
NSFileHandle+CreateFile.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSFileHandle+CreateFile.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSString+CogSort.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSString+CogSort.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSString+FinderCompare.h Add missing newlines. 2020-02-01 14:00:41 +01:00
NSString+FinderCompare.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
NSView+Visibility.h [Visualizer] Bring back CoreGraphics visualizer 2022-06-08 21:32:52 -07:00
NSView+Visibility.m [Visualizer] Add extra condition to visible check 2022-06-09 00:43:23 -07:00
RedundantPlaylistDataStore.h Add a metadata loader cache 2022-02-26 23:24:32 -08:00
RedundantPlaylistDataStore.m Experimental tag support redesign 2022-07-08 16:34:50 -07:00
SHA256Digest.h Deduplicate artwork using hashes 2022-02-22 23:10:02 -08:00
SHA256Digest.m Deduplicate artwork using hashes 2022-02-22 23:10:02 -08:00
SQLiteStore.h [Legacy SQLite Store] Handle errors with database 2022-06-18 18:41:14 -07:00
SQLiteStore.m Core Data Store: Handle concurrency properly 2022-10-30 16:54:52 -07:00
SandboxBroker.h [Sandbox Paths] Automatically clean up old paths 2022-07-24 23:14:52 -07:00
SandboxBroker.m Sandbox: Rework several blocking actions 2022-12-09 21:12:33 -08:00
SideViewController.h Restore the File Tree, now with a chooser button 2022-06-30 16:57:51 -07:00
SideViewController.m Restore the File Tree, now with a chooser button 2022-06-30 16:57:51 -07:00
ToolTipTextField.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
ToolTipTextField.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
TrackingCell.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
TrackingCell.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
TrackingSlider.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
TrackingSlider.m Replace more NSDictionary use with literals 2022-02-08 19:56:04 -08:00