Kotlin doesn't provide any threading out of the box. But you can use kotlinx.coroutines to do something like this: val coll: List<Set<Int>> = ... val result ...
確定! 回上一頁