isolated - DDOX search
Showing 6 results.
-
vibe.core.concurrency.Isolated
Encapsulates the given type in a way that guarantees memory isolation. -
vibe.core.concurrency.makeIsolated
Creates a new isolated object.pure Isolated!T function(ARGS args)
-
vibe.core.concurrency.assumeIsolated
Unsafe facility to assume that an existing reference is unique.Isolated!T function(T object)
-
vibe.core.concurrency.isWeaklyIsolated
Determines if the given list of types has any non-immutable and unshared aliasing outside of their object tree. -
vibe.core.concurrency.makeIsolatedArray
Creates a new isolated array.pure Isolated!(T[]) function(size_t size)
-
vibe.core.concurrency.isStronglyIsolated
Determines if the given list of types has any non-immutable aliasing outside of their object tree.