I can't find a unsafeRunScoped method, am I missin...
# arrow
k
I can't find a unsafeRunScoped method, am I missing an arrow import? (Can't find it either on the arrow website for latest stable)
a
unsafeRunScoped
is available in 0.10.5-SNAPHSHOT, in the new arrow-fx-kotlinx-coroutines module 🙂
if you don’t want to use snapshot versions we will be releasing it in the following weeks, otherwise you could also temporarily implement the function in your codebase copying it from the module until it’s available
k
On what branch can we see this SNAPSHOT version?
r
Hi @kluck! On
master
branch
k
My bad, I was looking in the wrong repo ^^
r
Don't worry. Please, let us know if we can improve something to find it beyond website (we're improving it right now).