
27 Feb
2006
27 Feb
'06
2:04 p.m.
Caleb Epstein wrote:
On 2/22/06, Jeff Flinn <TriumphSprint2000@hotmail.com> wrote:
Can demuxer::post be safely called from a thread different from the thread from which demuxer::run is called? It's not clear from the docs, or I'm missing it.
Yes, post is thread safe.
Thanks Caleb. Jeff