And because `storage.get`/`storage.set` is async, you also couldn't do: ```ts async function applyMi
And because
Because just like the same problem above,
storage.get/storage.set is async, you also couldn't do:Because just like the same problem above,
await puts continuation in the next event loop, by which point transactionSync already exited.