mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
Update description of async lock shared mode
Issue: https://gitee.com/openharmony/interface_sdk-js/issues/IATOUJ?from=project-issue Signed-off-by: liu-zelin <liuzelin8@huawei.com> Change-Id: I2debe6f325f6b5c266aeacc6705017bea22e661d
This commit is contained in:
parent
263fdc0f11
commit
78c2fad3b2
@ -177,7 +177,7 @@ declare namespace utils {
|
||||
enum AsyncLockMode {
|
||||
/**
|
||||
* Shared lock operation.
|
||||
* The operation could reenter in the same thread if this mode is specified.
|
||||
* The operation could reenter if this mode is specified.
|
||||
*
|
||||
* @syscap SystemCapability.Utils.Lang
|
||||
* @atomicservice
|
||||
|
Loading…
Reference in New Issue
Block a user