Join Slack
Powered by
does the KN cycle collector run asynchronously or ...
# kotlin-native
a
alec
11/27/2019, 11:04 PM
does the KN cycle collector run asynchronously or synchronously once there have been
GC.thresholdAllocations
allocations?
o
olonho
11/28/2019, 5:52 AM
synchronously in the current thread, other threads are unaffected
e
EvaS
11/28/2019, 8:58 AM
Same topic,
When
does it run ?
o
olonho
11/28/2019, 11:06 AM
When certain heuristics trigger, it is not specified, and can change
n
napperley
11/28/2019, 10:47 PM
More documentation is needed on the cyclic collector.
2
Views
Open in Slack
Previous
Next