J
Julian Hershel
Reading about asynchronous programming
(ms-help://MS.NETFrameworkSDK/cpguidenf/html/cpconasynchronousdesignpatterno
verview.htm) I could not clarify some doubts. Hope you can help me.
1) Are asynchronous programming and multithreaded programming two different
pictures? As I read the help topic above it is not clear to me if the design
pattern opens a new thread or not to run the methods asynchronously.
2) One unique thread can run methods asynchronously?
Thank you.
Julian
(ms-help://MS.NETFrameworkSDK/cpguidenf/html/cpconasynchronousdesignpatterno
verview.htm) I could not clarify some doubts. Hope you can help me.
1) Are asynchronous programming and multithreaded programming two different
pictures? As I read the help topic above it is not clear to me if the design
pattern opens a new thread or not to run the methods asynchronously.
2) One unique thread can run methods asynchronously?
Thank you.
Julian