nvflare.app_opt.xgboost.histogram_based_v2.mock.mock_server_runner module¶
- class MockServerRunner(server_max_workers=10, aggr_timeout=10.0)[source]¶
Bases:
AppRunner
- is_stopped() -> (<class 'bool'>, <class 'int'>)[source]¶
Called to check whether the runner is already stopped.
Returns: whether the runner is stopped. If stopped, the exit code.