Search Results for

    Show / Hide Table of Contents

    Class ScopeReadLock

    Scope lock for read/write lock that allows for shared reading by multiple threads (no writers allowed).

    Inheritance
    ScopeReadLock
    Assembly: FlaxEngine.dll
    File: Engine/Threading/Threading.h
    Syntax
    public class ScopeReadLock

    Methods

    ~ScopeReadLock()

    Declaration
    public ~ScopeReadLock()
    Returns
    FORCE_INLINE

    ScopeReadLock(const ReadWriteLock& lock)

    Declaration
    public ScopeReadLock(const ReadWriteLock& lock)
    Parameters
    ReadWriteLock lock

    Returns
    FORCE_INLINE

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat