You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TSimpleCriticalSection Structure
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TSimpleCriticalSection Structure

Enables threads in a multithreaded application a single-thread only exclusive execution of a part of the code.

Syntax
C#
Visual Basic
public struct TSimpleCriticalSection { }

Math387.cs

The record needs to be initialized with a call to init. The order in which the threads will pass is not deterministic.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!