chibi-scheme/lib/srfi/18
Alex Shinn 3e241e3a3e Simplifying scheduler case where the only available thread is waiting on a port.
Instead of a one-time poll, we just use the default small sleep + loop case,
so we use the normal poll next time through the scheduler.
This fixes a potential case where a lone thread waiting on I/O could hang,
discovered by Lorenzo.
2013-01-14 17:59:40 +09:00
..
interface.scm If we are re-awakened waiting on a thread-join! but without timing out, 2012-10-13 23:51:55 +09:00
threads.c Simplifying scheduler case where the only available thread is waiting on a port. 2013-01-14 17:59:40 +09:00
types.scm automatically making sockets non-blocking on accept 2012-05-14 08:37:45 -04:00