Searched defs:traceCoroutine (Results 1 – 1 of 1) sorted by relevance
170 inline fun <T> traceCoroutine(spanName: () -> String, block: () -> T): T { in traceCoroutine() method199 inline fun <T> traceCoroutine(spanName: String, block: () -> T): T = in traceCoroutine() method