The source project of this merge request has been removed.
EAGL: call functions set_window_handle/draw_cb from main UI thread
The deadlock was inside app: we cannot to call dispatch_sync with main UI queue - this is bad practice, we should to call dispatch_async. Tested on physical device with iOS 12.3.1