Ah, I see! Fortunately the library I’m using does ...
# coroutines
g
Ah, I see! Fortunately the library I’m using does provide a callback version, so I guess I’ll use that and
suspendCoroutine
instead of the future version. Thanks @diesieben07