reachabilityFence

inline fun reachabilityFence(ref: Any)

A no-op mimic of the reachability fence.

In Java this method prevents the object from being GC'd too early. In this mimic, it does nothing.