Skip to content

Commit

Permalink
https://github.com/bytecodealliance/wasm-micro-runtime/issues/3949?no…
Browse files Browse the repository at this point in the history
…tification_referrer_id=NT_kwDOCercKbUxMzczODI0NjM2NjoxNjYzODY3Mjk#issuecomment-2536050908
  • Loading branch information
chenliuyang1989 committed Dec 22, 2024
1 parent 9fd6555 commit 8594db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wasmWasiMain/kotlin/BugReproduce2.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ fun myTest() {

val job = GlobalScope.launch() {
while (true){
println("运行中22")
println("runing")
delay(6000)
println("正在运行中,当前时间")
println("it is runing")
}

}
Expand Down

0 comments on commit 8594db0

Please sign in to comment.