Function swipl::blob::release_arc_blob

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

Decrement 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.