mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update FrameInfo.h
This commit is contained in:
parent
973a1e1c5b
commit
5e703d4355
@ -32,7 +32,7 @@
|
|||||||
* to correctly process all received frames in a thread-worker manner.
|
* to correctly process all received frames in a thread-worker manner.
|
||||||
*
|
*
|
||||||
* Every time we receive a frame from the serial/network device, we generate the JSON
|
* Every time we receive a frame from the serial/network device, we generate the JSON
|
||||||
* in another thread in order to avoid putting to much pressure in the main (UI) thread.
|
* in another thread in order to avoid putting excessive pressure in the GUI thread.
|
||||||
*
|
*
|
||||||
* This results in a perceived increase of application performance. However, since each
|
* This results in a perceived increase of application performance. However, since each
|
||||||
* JSON frame is generated in a different worker thread, the main thread may not receive
|
* JSON frame is generated in a different worker thread, the main thread may not receive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user