Denis Kirichenko
Results
2
issues of
Denis Kirichenko
I've found gproc_pool very flexible vs other pool libraries, but found this behaviour ``` 48> gproc_pool:claim(pool, fun(_, P) -> P end). {true,} 49> Pid = spawn_link(fun() -> gproc_pool:claim(pool, fun(_, P)...
Hi, thanks for this mix task. I've found interesting bug. I've created simple repo to reproduce it https://github.com/netDalek/mix_eunit_test If I run `mix eunit` from `apps/subupp` folder everiting is ok and...