mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
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. |
||
---|---|---|
.. | ||
interface.scm | ||
threads.c | ||
types.scm |