aleksey.tomin
io.ktor.client.engine.ios.Ios
Worker.start(name = "actions").execute(TransferMode.SAFE, { ... }) { val ctx = newSingleThreadContext("actions") while (true) { runBlocking(ctx) { performKtorRequests() delay(Checker.WAIT_INTERVAL) } } }
A modern programming language that makes developers happier.