ArcGIS RT sdk for Qt multithread ... not yet!

3103
1
12-02-2014 04:47 AM
RomeoCureliuc
New Contributor III

I was wondering if the new ArcGIS RT for Qt is multithread supported ( move some working process in another thread different that the main thread)

Thanks

Romeo

0 Kudos
1 Reply
LucasDanzinger
Esri Frequent Contributor

Romeo-

The API is multithreaded- what exactly are you trying to do?

For example, if you are running tasks, you don't need to try and run it in another thread- we do that for you. Are you trying to call moveToThread() on a runtime task (QObject) that is already created in the UI thread? If that is what you are doing, perhaps you could instantiate the taskin the other thread instead of the UI thread?

If this isn't the case, or you are needing further clarification, please let me know. Example code or further explanation of your workflow would be great.

Thanks,

Luke

0 Kudos