|
|
|
|
|
by amelius
2217 days ago
|
|
Yes, indeed threads could be problematic. But as long as you're not storing closures in those shared data-structures, these structures will always be acyclic, and could be collected through simple reference counting. Perhaps that's an acceptable compromise. |
|