Skip to content

Switch to a blocking SPSC queue.

Compare
Choose a tag to compare
@avis avis released this 21 Nov 18:31
· 53 commits to master since this release
4b3265e

A blocking SPSC queue will perform better here and result in less CPU ticks due to its mutex "wakeup" abilities.
Some consumer logic was changed as well. and cleanups are performed as long as the plugin destructor is called ;)