Public Member Functions | |
| AsyncTest (const std::string &path) | |
| AsyncTest (AsyncTest &&other) | |
| ::c10d::ProcessGroupGloo & | getProcessGroup () |
| void | start (int rank, int size) |
Protected Attributes | |
| std::string | path_ |
| std::unique_ptr<::c10d::ProcessGroupGloo > | pg_ |
Definition at line 35 of file ProcessGroupGlooAsyncTest.cpp.
1.8.11