just a nit: ```IO.unit .continueOn(<http://...
# arrow
a
just a nit:
Copy code
IO.unit
      .continueOn(<http://Uniflowdispatcher.dispatcher.io|Uniflowdispatcher.dispatcher.io>)
      .flatMap { sideEffect() }
      .effectMap { updateUI }
      .unsafeRunScoped(scope) { /* Log or crash if necessary */ }
prefer to run UI changes inside IO and leave the unsafeRun function for logging purposes only 😬
👍 1
💯 2
☝️ 1