Page MenuHomePhabricator

[qa] [move only] Move threading helpers to be top level functions.
AbandonedPublic

Authored by schancel on Dec 1 2018, 21:33.

Details

Reviewers
deadalnix
jasonbcox
Group Reviewers
Restricted Project
Summary

Move threading helpers to be top level functions so that when we convert to using
multiprocessing library rather than threading in Python, we can pickle these
functions.

Test Plan
./test/functional/test_runner.py

Diff Detail