chibi-scheme/lib/srfi/18
Alex Shinn 4bd428da9e Unblock the current thread if it was waiting on an fd with activity.
Prevents useless extra polling slowing down the process as noted in issue #144.
2012-08-25 12:49:34 +09:00
..
interface.scm thread-join! now returns the result or raises the exception of the joined thread 2012-08-15 21:23:39 +09:00
threads.c Unblock the current thread if it was waiting on an fd with activity. 2012-08-25 12:49:34 +09:00
types.scm automatically making sockets non-blocking on accept 2012-05-14 08:37:45 -04:00