Comment by SkiFire13
> it's safe to lower a synchronous function as asynchronous
Is it though? I believe this would be an issue if you want to pass that function as a function pointer to an FFI function, in which case it must be sync.
> it's safe to lower a synchronous function as asynchronous
Is it though? I believe this would be an issue if you want to pass that function as a function pointer to an FFI function, in which case it must be sync.