Is it similar to agraham's brilliant threading-lib?

I want to transform my prime application from windows mobile to android and one of the things I need for this is something like agrahams threading-lib. I have collected data from a server with an own thread and transvered the data over an global variable to the main programm. When the server-thread hangs up, it doesen’t have any influence to the main program.
Have I understand it right, that basic4android is in the future able to manage two independent threads???

Thanks for your efforts…


marinaa

I’ll just add that Basic4android has several internal features dedicated for working with multiple threads. For now only the HTTP library uses these features, but I’m sure that in the future there will be several libraries that will use those.