Animesh Sahu
01/06/2021, 8:50 AMStableRef
having object wrapping mutable property vs AtomicRef
? Which is better to store a mutable object not-frozen (sort of for thread isolation)?Animesh Sahu
01/06/2021, 8:52 AMDominaezzz
01/06/2021, 9:42 AMAnimesh Sahu
01/06/2021, 9:42 AMAnimesh Sahu
01/06/2021, 9:45 AMDominaezzz
01/06/2021, 12:10 PMkpgalligan
01/06/2021, 2:01 PMkpgalligan
01/06/2021, 2:04 PMAnimesh Sahu
01/06/2021, 2:06 PMkpgalligan
01/06/2021, 2:13 PMAnimesh Sahu
01/06/2021, 2:35 PMkpgalligan
01/06/2021, 2:37 PMif process is killedIf the thread goes away, yes. You need to release the StableRef. If the process dies, you don't need to worry ๐ (unless maybe you had some kind of external system resource?)
kpgalligan
01/06/2021, 2:38 PMAnimesh Sahu
01/06/2021, 2:39 PMDominaezzz
01/06/2021, 2:46 PMkpgalligan
01/06/2021, 2:47 PMbasher
01/06/2021, 4:47 PM