svoid test_pingSourceDo() { new ThreadPool pool; PingSource ps = new(pool); flagTest(flag -> ps.do(flag)); print(pool); }