Hello all, has any of you used Effect with tinypool before?
Iโm in a terrible situation where a wrapped Vitest process never completes when processing 100+ test specs, seemingly with too many open file handles.
I was hoping the effect runtime would be able to manage my side effects and allow the underlying process to exit properly - but is this a bit optimistic unless I do some serious rework?