<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
If I call AlertPause with <= 0 time, should I recieve alerts?<BR>
Current pthread/win32 implementations: no.<BR>
 They say if time <= then return end before doing much.<BR>
My suspicion: yes.<BR><BR><BR>Thread.i3:<BR>
 <BR>
PROCEDURE AlertPause(n: LONGREAL) RAISES {Alerted};<BR>(* Like "Pause", but if the thread is marked alerted at the time of<BR>   the call or sometime during the wait, raise "Alerted". *)<BR><BR>
 <BR>
 - Jay<BR>                                     </body>
</html>