[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: another try at multithreading
- From: Mark Hamburg <mark@...>
- Date: Sat, 21 Jun 2008 22:35:29 -0700
On a broader front, there is the question: What does it mean to copy a
closure from one state/universe to another? In particular, if I assign
to an upvalue while executing the closure in the receiving universe,
is that change reflected in the source universe?
Mark