runResource docs? - Polysemy

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Georgi Lyubenov // googleson78

In what situations do you need the IO versions of runResource when you have the pure runResource that doesn't require you to dispatch any further effects?
I am aware that there are probably some issues with it, but it doesn't say anything about that in the docs.

Torsten Schmits

uh, runResource doesn't catch exceptions, unless I'm missing something