AFAIK, you are just able to wrap the blocking API ...
# coroutines
a
AFAIK, you are just able to wrap the blocking API into an async API that blocks another thread, but you cannot turn it into a non-blocking API if the implementation is not non-blocking.
👍 3