
24 Jun
2001
24 Jun
'01
7:07 a.m.
How much of a thread's memory is kept alive - after the thread has terminated - as long as a program holds on to the thread's `ThreadId'? The following ToDo comment in `PrelConc' seems to indicate that it is currently more than we really want: data ThreadId = ThreadId ThreadId# -- ToDo: data ThreadId = ThreadId (Weak ThreadId#) -- But since ThreadId# is unlifted, the Weak type must use open -- type variables. In combination with finalisers, this can be troublesome. Cheers, Manuel
8732
Age (days ago)
8732
Last active (days ago)
0 comments
1 participants
participants (1)
-
Manuel M. T. Chakravarty