Skip to main content

Module carc

Module carc 

Source
Expand description

This module holds the CArc and CWeak types and their implementations.

Structsยง

AbandonResult
The result of abandoning a CArc. Holds the underlying data and a weak reference to the CArc.
CArc
A smart pointer that can be used to share ownership of a value.
CWeak
A weak reference to the underlying CArc.