I'm not sure including an API which makes something *look* super simple when in fact it could cause all kinds of headaches. I'd rather include a variant of the Cocoa API which forces asynchronous behavior and uses a callback method or function.
What do other people think?
> --
> You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J Development List" group.
> To post to this group, send email to objecti...@googlegroups.com.
> To unsubscribe from this group, send email to objectivej-de...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/objectivej-dev?hl=en.
>
> <0001-Add-initWithContentsOfURL-arrayWithContentsOfURL.patch>
> 0001-Add-initWithContentsOfURL-arrayWithContentsOfURL.patch
> 3KViewDownload
It would not better to add a method like : -addObjectsWithContentsOfFile: delegate:
and delegate methods like (-arrayFinishAddingObjects, -arrayDidFailedAddingObjects ...)
for asynchronous call ?