removed extra blank line in csug/threads.stex

original commit: cb48dbb6fd6c4c660487e7f0421a6b44aae7d481
This commit is contained in:
Bob Burger 2017-03-14 14:52:49 -04:00
parent 636d1568ab
commit a010eb7f13

View File

@ -222,7 +222,6 @@ Using \scheme{with-mutex} is generally more convenient and safer than using
\entryheader
\formdef{condition-wait}{\categoryprocedure}{(condition-wait \var{cond} \var{mutex})}
\formdef{condition-wait}{\categoryprocedure}{(condition-wait \var{cond} \var{mutex} \var{timeout})}
\returns \scheme{#t} if the calling thread was awakened by the condition, \scheme{#f} if the calling thread timed out waiting
\listlibraries
\endentryheader