What can I help you with?
NVIDIA Holoscan SDK v3.2.0

Class AppWorkerServer

class AppWorkerServer

Public Functions

explicit AppWorkerServer(holoscan::AppWorker *app_worker, bool need_health_check = false)
virtual ~AppWorkerServer()
void start()
void stop()
void wait()
void notify()
bool connect_to_driver(int32_t max_connection_retry_count = kDefaultMaxConnectionRetryCount, int32_t connection_retry_interval_ms = kDefaultConnectionRetryIntervalMs)
std::shared_future<void> &fragment_executors_future()
void fragment_executors_future(std::future<void> &future)
void notify_worker_execution_finished(holoscan::AppWorkerTerminationCode code)
std::shared_ptr<service::AppDriverClient> app_driver_client() const

Previous Class AppWorkerClient
Next Class AppWorkerServiceImpl
© Copyright 2022-2025, NVIDIA. Last updated on May 29, 2025.