此函数在共享变量或THING中包含的引用对象上放置一个建议锁,直到锁超出范围。
lock()是一个“弱关键字”:这意味着如果你在调用它之前用这个名字定义了一个函数,那么将调用该函数。
以下是此函数的简单语法 -
lock THING
此函数不返回任何值。
<!--Following is the example code showing its basic usage −
When above code is executed, it produces the following result −
-->