As i can understand, you need something like ```f...
# coroutines
s
As i can understand, you need something like
Copy code
fun send(): Int = runBlocking(YourAsyncCoroutineContext) {
//your async code
return yourInt
}