chibi-scheme/lib/srfi/18
Alex Shinn b10cb94e17 Reset the current parameters in child threads.
This is simple and fast.  Inheriting all threads causes immediate
problems with exception handlers, and in general should use
copy-on-write behavior so that child threads can't affect parents.  If
we make an eager copy of the parameters we can filter out just the
exception handler, but then thread creation is expensive.  The ideal
design might allow selectively enabling parameter inheritance.
2013-05-29 20:40:48 +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 Reset the current parameters in child threads. 2013-05-29 20:40:48 +09:00
types.scm automatically making sockets non-blocking on accept 2012-05-14 08:37:45 -04:00