We already have an event-based mechanism in place. Using a thread just adds unneeded complexity, especially for a driver designed not for performance, but for providing a testbed to frontends. Generate the data in the event handler, not in a separate thread. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> |
||
---|---|---|
.. | ||
Makefile.am | ||
demo.c |