AtomicRefCounted.release

Atomically decrement the reference count and dispose if it reaches zero. The object is locked using its own mutex when dispose is called.

interface AtomicRefCounted
shared
void
release
()

Meta