Function swipl::blob::acquire_arc_blob

source ·
pub unsafe fn acquire_arc_blob<T>(atom: atom_t)
Expand description

Increment the reference count on an Arc stored in a blob.

This is used from the arc blob macros.

Safety

This is only safe to call from a thread with a swipl environment, on an atom which contains an arc blob of the given type. definition matches the given data.