Skip to content
Snippets Groups Projects
Commit 1d46ed54 authored by Sergey Linev's avatar Sergey Linev Committed by Philippe Canal
Browse files

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
parent 9fa45deb
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment