What can I help you with?
NVIDIA Morpheus (25.02.01)

Struct ExponentialBackoff

struct ExponentialBackoff

Public Functions

inline ExponentialBackoff(std::shared_ptr<mrc::coroutines::Scheduler> on, std::chrono::milliseconds delay_initial, std::chrono::milliseconds delay_max)
inline mrc::coroutines::Task yield()

Public Members

std::shared_ptr<mrc::coroutines::Scheduler> m_on
std::chrono::milliseconds m_delay
std::chrono::milliseconds m_delay_max

Previous Struct DeserializeStageInterfaceProxy
Next Struct FiberQueueInterfaceProxy
© Copyright 2024, NVIDIA. Last updated on Mar 3, 2025.