Asynchronous working

View: New views
1 Messages — Rating Filter:   Alert me  

Asynchronous working

by Ockert :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have code that is downloading a bunch of files Asynchronously. The code makes use of BackgroundWorker class.
Has anybody used the BackgroundWorker class in OSX?
Should I use a different way to achieve the same?