Mutex
This class is used to create a mutex object that can be used to synchronize access to shared resources.
Last updated
This class is used to create a mutex object that can be used to synchronize access to shared resources.
Last updated
Interface:
/**
* @return bool
*
* This function returns the lock status.
*/
public function isLocked(): bool;
/**
* @return Generator