JVCL Help:TJvMTMonitorSection
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMTMonitorSection Class
[+] JvMTComponents.pas Classes
[+] TJvMTMonitorSection Methods
[+] TJvMTMonitorSection Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvMTComponent
TJvMTMonitorSection
run\JvMTComponents.pas
Summary
Write here a summary (1 line)
Pascal
run\JvMTComponents.pas
TJvMTMonitorSection = class(TJvMTComponent);
Description
- 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.
About
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