Wake the background thread when updating a streaming source too
commit634a7582e1370207c703dfc6d074a72397662f93
authorChris Robinson <chris.kcat@gmail.com>
Wed, 18 Nov 2015 21:06:31 +0000 (18 13:06 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 18 Nov 2015 21:06:31 +0000 (18 13:06 -0800)
treefd944b46d00766ff0553c7edae29f02bd19fdb5e
parentfe71b926d5838b909d407675423d7cb2629d9424
Wake the background thread when updating a streaming source too

This should be a near-negligible performance hit, since the background thread
will only wake up if it's currently asleep and a context update will attempt
to wake up the background thread immediately after streaming source updates do.
src/context.cpp
src/context.h
src/source.cpp