Hi everyone!
I was trying use std::thread from C++11 standart, but got error:
launchpad.c:__send_result_to_caller(***)> error founded when being launched with XXX
launchpad.c:__send_result_to_caller(***)> The app process might be terminated while waiting XXX
launchpad.c:__send_result_to_caller(***)> process launched, but cmdline not changed
I can't find confirmation that Tizen supports std::thread from C++11 standard. Does it means that only ecore_thred_* functions provide creating multithreading applications?
Does Tizen support std::thread?