Tags: #concurrency #thread #future #promise
https://maitesin.github.io//Thread_future_and_promise/
"In the C++11 standard several concurrency related classes were added. I will talk about thread, future and promise."
https://maitesin.github.io//Thread_future_and_promise/
"In the C++11 standard several concurrency related classes were added. I will talk about thread, future and promise."
Oscar Forner's personal website
Thread, future and promise
In the C++11 standard several concurrency related classes were added. I will talk about thread, future and promise. Yes, I know there are others more useful than these three. However, I think that it is really important to know well the bases to be able to…
Tags: #callback #future
"So, what do you do if the library you want to use provides a callback facility, and not a future-based wait facility? You wrap the callback in a future."
https://www.justsoftwaresolutions.co.uk/threading/wrapping-callbacks-with-futures.html
"So, what do you do if the library you want to use provides a callback facility, and not a future-based wait facility? You wrap the callback in a future."
https://www.justsoftwaresolutions.co.uk/threading/wrapping-callbacks-with-futures.html