janvladimirmostert
11/02/2022, 10:20 AMfun blah() { ... }
suspend fun blah() { ... }
now if I'm in a coroutineContext and call blah, it calls the suspending one and if I'm not in a coroutineContext or in Java-land, it calls the non-suspending onestojan
11/02/2022, 11:01 AMgildor
11/02/2022, 12:38 PMgildor
11/02/2022, 12:38 PMgildor
11/02/2022, 12:40 PM