U
Uri Guttman
AS> There is one exception: On thread (ithread) creation, everything is
AS> cloned and one of the branches wakes up with all refaddrs changed.
AS> That's why some implementations of inside-out classes aren't thread-safe.
AS> An object in a newly cloned thread will appear to have lost its data.
AS> The problem is fixable, at a price.
AS> As far as I'm concerned thread users get what they deserve and deserve
AS> what they get
as a strong advocate of event loops over threads i fully agree with that
sentiment.
uri
AS> cloned and one of the branches wakes up with all refaddrs changed.
AS> That's why some implementations of inside-out classes aren't thread-safe.
AS> An object in a newly cloned thread will appear to have lost its data.
AS> The problem is fixable, at a price.
AS> As far as I'm concerned thread users get what they deserve and deserve
AS> what they get
as a strong advocate of event loops over threads i fully agree with that
sentiment.
uri