Fix WorkerBoundReference kdoc

This commit is contained in:
SvyatoslavScherbina
2020-12-21 15:04:24 +03:00
committed by Stanislav Erokhin
parent 5eae55be80
commit ce764d78ab
@@ -23,7 +23,7 @@ external private fun describeWorkerBoundReference(ref: NativePtr): String
* the worker [WorkerBoundReference] was created on, unless the referred object is frozen too. * the worker [WorkerBoundReference] was created on, unless the referred object is frozen too.
* *
* Note: Garbage collector currently cannot free any reference cycles with frozen [WorkerBoundReference] in them. * Note: Garbage collector currently cannot free any reference cycles with frozen [WorkerBoundReference] in them.
* To resolve such cycles consider using [AtomicReference<WorkerBoundReference?>] which can be explicitly * To resolve such cycles consider using [AtomicReference]`<WorkerBoundReference?>` which can be explicitly
* nulled out. * nulled out.
*/ */
@NoReorderFields @NoReorderFields