Actions
action #45014
closedStop using Mojo::IOLoop as an event emitter
Start date:
2018-12-11
Due date:
% Done:
0%
Estimated time:
Description
There are quite a few uses of Mojo::IOLoop->singleton->emit/on
in openQA right now (like here https://github.com/os-autoinst/openQA/blob/700504f68dc0ebfcea51e8a180fd4d6f994f6f47/lib/OpenQA/Worker/Commands.pm#L116). But Mojo::IOLoop will be adding its own events over time and there will likely be conflicts. So it should be replaced with a new Mojo::EventEmitter based object.
Updated by kraih almost 6 years ago
- Status changed from New to Resolved
Resolved with https://github.com/os-autoinst/openQA/pull/1918.
Actions