Initial commit
This commit is contained in:
15 files changed
+750
No files matched your search
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright © 2025 RTAkland
|
||||
* Author: RTAkland
|
||||
* Date: 9/29/25
|
||||
*/
|
||||
|
||||
package cn.rtast.nmdns
|
||||
|
||||
actual fun sleep1(time: Int) {
|
||||
Thread.sleep(time * 1000L)
|
||||
}
|
||||
Reference in New Issue
Block a user