Search Results for

    Show / Hide Table of Contents

    Struct ConcurrentSystemLocker

    Utility for guarding system data access from different threads depending on the resources usage (eg. block read on write).

    Inherited Members
    ConcurrentSystemLocker
    ConcurrentSystemLocker
    Assembly: FlaxEngine.dll
    File: Engine/Threading/ConcurrentSystemLocker.h
    Syntax
    public struct ConcurrentSystemLocker

    Constructors

    ConcurrentSystemLocker()

    Declaration
    public ConcurrentSystemLocker()

    Methods

    Begin(bool write)

    Declaration
    public void Begin(bool write)
    Parameters
    bool write

    End(bool write)

    Declaration
    public void End(bool write)
    Parameters
    bool write

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