Languages

Menu
Sites
Language
Create evas_objects on background thread. Allowed?

Can I create evas_objects in background thread and then show it on main thread once evas_objects view hierarchy is ready?

Responses

1 Replies
Armaan-Ul- Islam

I do not see any obstacle in implementation of your Idea. You may try std::thread of C++.

 

These post here shed some light on C++ setting on tizen if you need:

http://stackoverflow.com/questions/40734830/starting-native-app-development-in-c-for-wearable-device-in-tizen-ide

http://www.cplusplus.com/reference/thread/thread/

 

Also in C there is Ecore_thread. Link:

https://developer.tizen.org/ko/development/guides/native-application/user-interface/efl/core-loop-and-os-interfacing/using-threads?langredirect=1