[Mojolicious] multiple concurrent event loops

2021-02-19 Thread Felipe Gasper
Hello, In a PR thread yesterday Sebastian mentioned that Mojo allows multiple concurrent event loops. When and why would someone want such a configuration? Thank you! cheers, -Felipe Gasper -- You received this message because you are subscribed to the Google Groups

Re: [Mojolicious] multiple concurrent event loops

2021-02-19 Thread Dan Book
The first example that comes to mind is Mojo::UserAgent, which uses a secondary IOLoop (from its ioloop attribute) for blocking requests, so that it can run them in a blocking manner even while the main loop is active. This mailing list is sorta deprecated for the Github discussions forum: