getInstanceName

suspend fun getInstanceName(): String

Utility function to get the name of the current coroutine instance.

Return

The name of the current coroutine instance, or "Unknown" if the name is not set.