Corona uses Coro, which is a style of Perl threading that has much to recommend it.   However, code not designed for it may not function well.  In particular, global state is a danger.

Given that Dancer uses global state implicitly in such functions as param(), can it even in theory work with Corona?  Has anyone tried?  Perspiring minds want to know.