async {
return "asd"
} |> Async.RunSynchronously
This piece is throwing a compiler exception saying that
"Could not compile expression: Call (None, RunSynchronously, [arg00, NewUnionCase (None), NewUnionCase (None)])"
Is RunSynchronously not implemented in funscript compiler at the moment?