Trying to build a new lib with support for ZIO/CE/Ox by abstracting over the effect type but it's proving difficult as I need fork, queues, resources, promises, etc. Abstracting over Ox is also tricky due to its eager nature (sometimes needs () => F[A]).
Should I: (1/2)