Handle.unshared

Atomically loads a shared Handle.

struct Handle(Bag)
@property shared
unshared
()
if (
is(Bag == shared) &&
is(Bag == struct)
)

Return Value

Type: Handle

An unshared Handle refering to the same Bag that the shared Handle referred to at some point during the call. Progress: Wait-free

Meta