Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in std-future
How to adapt a C++ std::future return value to a C# System.Threading.Tasks.Task?
Dec 07, 2021
c#
c++
task-parallel-library
pinvoke
std-future
std::futures and exception
Apr 13, 2019
c++
multithreading
exception
std-future
Forcibly terminate method after a certain amount of time
Jun 29, 2020
c++
linux
multithreading
c++11
std-future
Does std::promise internally use std::condition_variable to notify the associated std::future?
Aug 29, 2022
c++
condition-variable
std-future
How does std::future affects the lifetime of an associated std::packaged_task?
Nov 12, 2022
c++
c++11
lambda
object-lifetime
std-future
Why std::future is different returned from std::packaged_task and std::async?
May 27, 2022
c++
c++14
stdasync
packaged-task
std-future
Is there a way to check if std::future state is ready in a guaranteed wait-free manner?
Oct 24, 2022
c++
multithreading
c++11
std-future
Lazy evaluation in C++14/17 - just lambdas or also futures etc.?
Sep 20, 2022
c++
c++11
lambda
lazy-evaluation
std-future
behaviour of std::async(std::launch::deferred) + std::future::then
Nov 16, 2021
c++
concurrency
c++17
stdasync
std-future