Tell me how to use `forall` with suspend functions...
# kotlintest
b
Tell me how to use
forall
with suspend functions?
s
There’s a PR being worked on to add this
for now you’d have to wrap the suspend call in runBlocking
w
Wait, doesn’t forall from
suspend
package work?
s
oh forgot about that
😄 1