anyone know any networking libs that use coroutine...
# coroutines
t
anyone know any networking libs that use coroutines and have support for udp? ktor is the only one I'm aware of, and it doesn't do UDP (I don't think).
d
ktor-network
does UDP but only on Jvm for now.