in reply to Re: Mojo::IOLoop and asynchronous work
in thread Mojo::IOLoop and asynchronous work
There it says "You can also use subprocesses, created with "subprocess" in Mojo::IOLoop, to perform computationally expensive operations without blocking the event loop." and "Operation that would block the event loop for 5 seconds"
what kind of operation would block the event loop? And staying non blocking isn't what the event the loop is for anyway?