rfm
rfm
This sounds like some sort of bug ... as far as I can see cleanup *should* take place irrespective of how a thread was started, libdispatch is in no way...
> Threads started by libdispatch currently don’t clean up their NSThread data when the threads exit. Are you sure this is the case? If so, do you know what is...
I'm unsure about this ... generally I've been trying to simplify things by deprecating/removing additions and exposed implementation details that don't seem to be actively used, but removing something we...
I don't see any problems with this.
added with a few other methods
Currently GSTheme and Thematic.app support named colors with special states 'Selected' or 'Highlighted' to indicate how the named color varies depending on the state of the control. The actual name...
A key feature of GNUstep is its support for writing highly portable app, so we should not have a dependency on libdispatch. The first step to a fix would be...
The older implementation is just as bad in using libdispatch, so there's no quick fix :-(
The concept/implementation looks generally good, but I have one reservation: does it actually help to do this? The incentive is clearly to reduce object allocation/deallocation overheads, saving time and space,...
I have tried to reproduce this without success using this simple code to copy from a directory containing two subdirectories each containing a plain text file. [mgr copyItemAtPath: @"." toPath:...