isMutexLocked method

  1. @visibleForTesting
  2. @protected
bool isMutexLocked(
  1. Object tag
)
inherited

检查是否正在执行 mutex 任务

Implementation

@visibleForTesting
@protected
bool isMutexLocked(Object tag) => _slowly.isMutexLocked(tag);