[][src]Module janus_plugin::refcount

Structs

ReferenceCount

Functions

decrease

Atomically decrement the given reference count by 1. If it's 0, call free.

increase

Atomically increment the given reference count by 1.