Do I just launch { val x = _3rdPartyLibrary.socket...
# coroutines
o
Do I just launch { val x = _3rdPartyLibrary.socket.receive(); doSometingWithX()} or somehow differently?