Search code examples
Can a std::promise know that the respective std::future has cancelled waiting?...


c++multithreadingc++11std-future

Read More
Why std::future is different returned from std::packaged_task and std::async?...


c++c++14stdasyncpackaged-taskstd-future

Read More
How to create an already-resolved future...


c++c++11stdasyncstd-future

Read More
Multithreading with std::future in C++: Accessing shared data...


c++multithreadingshared-datastd-future

Read More
Async Task Execution and Future Object Requirement for C++ Void Functions: Understanding the Need fo...


c++multithreadingasynchronousstd-future

Read More
Boost asio:async_read() using boost::asio::use_future...


c++asynchronousnetwork-programmingboost-asiostd-future

Read More
c++ No instance of overloaded function "std::async" matches argument list...


c++c++20stdasyncstd-future

Read More
Why calling future.get() retrieved from async leads to unexpected output order...


c++multithreadingasynchronousstdasyncstd-future

Read More
std::future in simple words?...


c++std-future

Read More
C++ cannot call set_value for promise move-captured in a lambda?...


c++c++11boost-asiostd-future

Read More
Not all std::packaged_tasks executed when inside std::async calls...


c++multithreadingc++11packaged-taskstd-future

Read More
C++ storing std::future form std::async in vector and wating for all...


c++stdasyncstd-future

Read More
std::future get() blocks when wait_for() status is ready and wait() returns...


c++concurrencystd-future

Read More
How to use std future and async with threading in a for loop with a shared resource as param?...


c++multithreadingstdasyncstd-future

Read More
How to use a range-based for loop with a vector of future<T>...


c++c++11stdvectorstd-future

Read More
Does std::promise internally use std::condition_variable to notify the associated std::future?...


c++condition-variablestd-future

Read More
Segmentation fault because of moved promise...


c++11stdthreadstd-future

Read More
Is there a way to check if std::future state is ready in a guaranteed wait-free manner?...


c++multithreadingc++11std-future

Read More
Strange behaviour when using std::async with std::launch::async...


c++stdasyncstd-future

Read More
behaviour of std::async(std::launch::deferred) + std::future::then...


c++concurrencyc++17stdasyncstd-future

Read More
How to instantiate public members of a class and return it as a std::promise?...


c++classstd-future

Read More
Generate a promise from a template Callable...


c++templatesvariadic-templatesc++17std-future

Read More
Make zmqpp::socket::connect a std::future...


c++c++11zeromqstdbindstd-future

Read More
Wake a deferred task object without invoking future<T>.get()...


c++11visual-studio-2015stdasyncstd-future

Read More
How does std::future affects the lifetime of an associated std::packaged_task?...


c++c++11lambdaobject-lifetimestd-future

Read More
Using c++11's std::async inside an abstract base class...


multithreadingc++11stdthreadstdasyncstd-future

Read More
std::Future_error when using std::promise...


multithreadingc++11promisestd-future

Read More
std::future returned from std::async hangs while going out of scope...


c++c++11stdasyncstd-future

Read More
Lifetime issues of std::promise in an async API...


c++asynchronousstd-future

Read More
BackNext