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.
Xliff jnthn: Are connections answered by the top level route block in a Cro application? 20:05
I'd like to handle database connections per answering thread, and I just need to know if I can send that down, or if I need another mechanism to get the proper database handle to the correct controller. 20:06
jnthn: Would request.annotations<db> be an appropriate mechanism? 20:11