RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMonitor Record

TMonitor provides methods for synchronizing the access of several threads to a single object.

Pascal
TMonitor = record
end;
C++
struct TMonitor {
public:
  struct TWaitingThread {
  };
};

Use the class methods of TMonitor to synchronize the threads' access to resources in a multithreaded application. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!