Multithreaded API access
Jump to navigation
Jump to search
General considerations
All access to the GDK API should be done from the main thread unless otherwise stated in this document
Exceptions
Services
In general, GDK services can be called from threads other than the main thread. Note that not all services are concurrent, resulting in serialization/queuing of the calls.