JBKingdon / ADSB_Alert

Experiments with a ADSB warning device
GNU General Public License v2.0
0 stars 0 forks source link

Implement queue notification for sample processing thread #10

Open JBKingdon opened 6 months ago

JBKingdon commented 6 months ago

Initial POC implementation is using polling which wastes cpu and limits scheduling options.

Made a first implementation with wait-notify instead of a queue. 9792a4af7fd123ee0ceddae4d52386fa859e9486