Open
Description
Consider this code (introduced via this PR: #2029)
Lines 685 to 695 in 10f5dd8
If libsql library is used in a single threaded environment, then it fails with following error:
can call blocking only when running on the multi-threaded runtime
This is happening due to incorrect use of block_in_place
which should be used only in multiple threaded environments.