Making a function that does not wait for execution

  • Thread starter Thread starter Ahmed
  • Start date Start date
A

Ahmed

I am not sure what to call what i want and so here i go :)
I execute a function that gets data on this webservice....this data is
not critical to the execution of the program but the program hangs
until it does get the information.
Is there anyway to execute this function without my program to await
the information?
 
Hi, Ahmed

run request from separate thread. It would not block your applications then.

HTH
Alex
 
Could you give me an example?
i understand what you mean i just do not know how to write the code for
it :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top