RAD Studio VCL Reference
|
TMonitor provides methods for synchronizing the access of several threads to a single object.
TMonitor = record end;
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!
|