T
Tony Johansson
Hi!
In the book I read it says
"Asyncronous programming is simply allowing some portion of code to be
executed on separate threads"
If I check the the Rendezvous model wait-until-done and polling they don't
use any separate thread that I can see.
The last model which is the callback do use a separate thread.
So perhaps is the book is meaning the callback model when the book says
Asyncronous programming is simply allowing some prtion of code to be
executed on separate threads
//Tony
In the book I read it says
"Asyncronous programming is simply allowing some portion of code to be
executed on separate threads"
If I check the the Rendezvous model wait-until-done and polling they don't
use any separate thread that I can see.
The last model which is the callback do use a separate thread.
So perhaps is the book is meaning the callback model when the book says
Asyncronous programming is simply allowing some prtion of code to be
executed on separate threads
//Tony