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 DType
Next Struct FiberQueueInterfaceProxy
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.