public static string GetReaderName (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle, int readerIndex);

参数

handle安全句柄。
readerIndex读取器的索引。

返回

string 读取器的调试名称。

描述

返回指定读取任务的名称。

这是一种用于生成更好的错误消息的调试方法,不应从用户代码调用。