Kotlin 5at TECHKotlin 5 - 暇つぶし2ch6:デフォルトの名無しさん 18/12/11 20:17:24.17 6hR55q3c.netclass Hoge { suspend fun action1(): Int = coroutineScope { delay(2000) return@coroutineScope 1 } suspend fun cation2(): String = coroutineScope { delay(3000) return@coroutineScope "hoge" } } 次ページ最新レス表示レスジャンプ類似スレ一覧スレッドの検索話題のニュースおまかせリストオプションしおりを挟むスレッドに書込スレッドの一覧暇つぶし2ch