Remix.run Logo
ashishb 3 hours ago

How do it work inside `myFunction1` which is invoked by `myFunction`? Does `myFunction1` needs to be async as well?

jose_zap 2 hours ago | parent [-]

No, it can be any pure function or IO. Both will get interrupted.