JVCL Help:TJvMTMonitorSection

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvMTComponent
TJvMTMonitorSection
run\JvMTComponents.pas


Summary

Write here a summary (1 line)

run\JvMTComponents.pas


Pascal

 run\JvMTComponents.pas
 TJvMTMonitorSection = class(TJvMTComponent);


Description

  1. JVCLInfo

This component represents a monitored section. Only one thread can be active inside a monitor, but multiple threads can be suspended inside.
A monitor has conditions. A thread can signal a condition or wait for a condition. The Signal and Wait of a condition should not be confused with the Enter and Leave of a section, because they are fundamentally different.

run\JvMTComponents.pas


About

Navigation

run\JvMTComponents.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page