Francesco Romani has posted comments on this change. Change subject: virt: migration: switch to concurrent.thread() ......................................................................
Patch Set 7: (1 comment) https://gerrit.ovirt.org/#/c/61463/7//COMMIT_MSG Commit Message: Line 9: This patch: Line 10: 1. replaces good usages of threading.Thread() with Line 11: more modern concurrent.thread() Line 12: 2. replaces bad usages of threading.Thread() - inheritance Line 13: with composition, leveraging concurrent.thread() > Looks like you need to replace this text with actual description for each p Right, I was a bit lazy. Fixed now. Line 14: Line 15: there are no intended changes in behaviour. Line 16: Line 17: Change-Id: I23b98be05103529c827e6e21c0ed82cca58cb346 -- To view, visit https://gerrit.ovirt.org/61463 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I23b98be05103529c827e6e21c0ed82cca58cb346 Gerrit-PatchSet: 7 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Milan Zamazal <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
