<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I am trying to move my time-sensitive communications stack away from
threading.Thread and Queue.Queue and rather use stackless microthreads
and channels.<br>
<br>
I made some modules that will act as a mostly drop-in replacement. So
far so good.<br>
<br>
Until I got to the bit of my code that not just wants to get data out
of a Queue (so now a channel) <i>but timed as well.<br>
<br>
</i>Is there a way to set a timeout on a channel.receive()?<br>
<br>
Paul<br>
<pre class="moz-signature" cols="72">-- 
Paul Sijben                            tel: +31334566488
Eemvalley Technology               fax: +31334557523
the Netherlands                        <a class="moz-txt-link-freetext" href="http://eemvalley.com">http://eemvalley.com</a>    
</pre>
</body>
</html>