<@U3U3P3GCT> Is there a way to have it block until...
# coroutines
i
@nekoinemo Is there a way to have it block until it hits the first suspension, as
thread {}
appears to do?
e
That is not what
thread {}
does.
thread {}
works like
launch {}
.
k
And why would you want to do that? Seems like a weird thing to do
i
Ken, it's complicated :/
e
Btw, I'm adding feature into the next version of kotlinx.coroutines for some UI optimizations, but I am still curious about your usecase too.