Vicente J. Botet Escriba
|
5d20f5b342
|
Fix missing includes files and make executors available by default in version 5.
|
2019-01-20 22:42:12 +01:00 |
|
Daniela Engert
|
4e83359537
|
fix or silence (msvc) compiler warnings about constant conditional expressions, unused parameters, narrowing, unreachable code, use of 'this' in base member initializations, and some other minor stuff
Signed-off-by: Daniela Engert <dani@ngrt.de>
|
2017-09-24 14:02:17 +02:00 |
|
Vicente J. Botet Escriba
|
b8db8fef8b
|
Use parent executor (#11716). Add promise::set_executor and packaged_task::set_executor (#11717). Fix some move semantic issues C++03.
|
2015-10-11 19:56:38 +02:00 |
|
Vicente J. Botet Escriba
|
e598796eaf
|
Add assertion on future continuation parameter is ready. As noted in #11256, there some serious issues with the parameter passed and with lock on locked mutextes :(.
|
2015-05-02 16:29:06 +02:00 |
|
Vicente J. Botet Escriba
|
8fd4755e79
|
Added shared_future::then executor.
|
2014-10-04 10:36:57 +02:00 |
|
Vicente J. Botet Escriba
|
f3de7bf10f
|
Add fuutre::then(ex, fct).
|
2014-10-02 07:36:52 +02:00 |
|