in reply to Re: IO::Async::Loop in multiple modules all loaded
in thread IO::Async::Loop in multiple modules all loaded
Thank you Corion. Despite what you said, I did not realise that the singleton loop is enforced by the module internally. So, the use of $loop->run and $loop->stop is not the right way when the singleton loop is used by many modules, hence my problems.
|
|---|