So replacing `Thread.sleep` with `IO.sleep` might ...
# arrow-contributors
s
So replacing
Thread.sleep
with
IO.sleep
might solve this issue since we don’t block the Thread anymore, right?