mutex.synchronize { ... } â result of the block
Instance Public methods
Obtains a lock, runs the block, and releases the lock when the block
completes. See the example under Mutex
.
Obtains a lock, runs the block, and releases the lock when the block
completes. See the example under Mutex
.
Designed by : w10schools
service@w10schools.com
Please login to continue.