Previous Topic Next topic Print topic


Synchronization - in COBOL and

Synchronization in Managed COBOL

*> Synchronize on an object's monitor, in this case
*> the current object
sync on self
   *> The code here is synchronized
end-sync
Previous Topic Next topic Print topic