does the KN cycle collector run asynchronously or ...
# kotlin-native
a
does the KN cycle collector run asynchronously or synchronously once there have been
GC.thresholdAllocations
allocations?
o
synchronously in the current thread, other threads are unaffected
e
Same topic, When does it run ?
o
When certain heuristics trigger, it is not specified, and can change
n
More documentation is needed on the cyclic collector.