Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
18:03 xinming joined 18:58 xinming left
lizmat not strictly a Cro question, but perhaps related: 19:13
If I have:
react {
whenever $server.socket.Supply :bin -> $buf is copy {
CATCH { default { warn $_; warn .backtrace } }
}
}
and the CATCH warns that the connection timed out, will it drop out of the react ?
or would I have to do a "done" ?
jnthnwrthngtn Hm, I think that'd have to be QUIT instead of `CATCH` if it's an async exception? But you'd need a `done`, anyway. 22:53
23:10 TempIRCLogger left, TempIRCLogger joined