Nikky
06/18/2020, 9:44 AM-Dkotlinx.coroutines.debug
i do laucnch(CoroutineName("a-name")){}
but my logger still insists it is DefaultDispatcher-worker-2
i think the pattern %thread
(logback) worked before
is there anything i am missing or should be careful with ?
i also tried setting the system property
System.setProperty(DEBUG_PROPERTY_NAME, DEBUG_PROPERTY_VALUE_ON)
but it seems to make no difference