made wxCondition::Signal() queue the signals generated while there were no waiters...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Feb 2002 15:43:37 +0000 (15:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Feb 2002 15:43:37 +0000 (15:43 +0000)
commit60ce696e26a9351bb600e71a45d01d37cdf61628
treec9386a0aa0f4ebdf58d10fa3792b0979393286c2
parent2e1e7f9dfcdea7eb8aa2a03e4a61829bc1a691cc
made wxCondition::Signal() queue the signals generated while there were no waiters and documented this behaviour

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/conditn.tex
samples/console/console.cpp
src/unix/threadpsx.cpp