gfx ~reborn (2022-03-31T11:44:27.7929122)
Dub
Repo
lockObj
gfx
core
rc
Locks a single object. Useful for shared-agnostic generic code.
T
lockObj
(
T
)
(
T
obj
)
if
(
isAtomicRefCounted
!
T
)
Meta
Source
See Implementation
gfx
core
rc
enums
isAtomicRefCounted
functions
countObj
disposeArray
lockObj
reinitArray
releaseArray
releaseObj
retainArray
retainObj
interfaces
AtomicRefCounted
Disposable
manifest constants
atomicRcCode
properties
nullRc
structs
Rc
Uniq
Weak
templates
makeRc
makeUniq
rc
Locks a single object. Useful for shared-agnostic generic code.