Meeting 24: Producer/Consumer Pattern
Today we are going to see how to use a design pattern that works well for concurrency as well as discuss Qt's threading implementation.
- Producer/Consumer Pattern
- C++11 producer/consumer using a thread-safe queue
- Reusing threads: thread pools
- Async function calls using QtConcurrent::Run
- QFuture
- QThread
- Qt-based producer/consumer
There is no exercise for today.
Links: