webgui: introduce data queue in TWebWindow
In multithreaded environment user data callback invoked not necessary from the thread where data is received (typically THttpThread) but from thread where TWebWindow is running. For that special queue is created and Sync() function is introduced. Still open question - how to correctly detect main thread, where system events should be processed when blocking function is called
Loading
Please register or sign in to comment