<perlmaros> i do have another question regarding Cro::HTTP::Server ...
<perlmaros> when the specified port is already in use, $server.start just prints 'address already in use', but there is no exception and also the return value does not indicate a failure
<perlmaros> how does one detect such a failure?
<sena_kun> perlmaros, it seems rakudo throws an AdHoc exception, but I suspect Cro::TCP::Listener does not propagate it. I'll file a ticket now...
Possibly #10 is related.