你甚至不想搜索一下协程这两个字。 fun test(){ CoroutineScope(Dispatchers.Main).launch { testCoroutine() } } suspend fun testCoroutine() = withContext(Dispatchers.IO){ delay(1000) //todo }
@yazinnnn0 #7 @Achieve7 #8 我寻思 oc 和 swift 相互调用没这么负责,这个东西我搞了俩小时没搞出来。 android 太难搞了 @lmshl #9 老项目了 @guoziq09 我直接搜 java 调用 kotlin suspend, 出来的挺复杂。