Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDownloader ¶
func NewDownloader[TReference any](base object.Downloader[TReference], suspendable clock.Suspendable) object.Downloader[TReference]
NewDownloader creates a decorator for object.Downloader that suspends the progression of timers while downloads of objects are taking place. This may be used by workers to ensure that any delays downloading objects from storage does not lead to actions timing out prematurely.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.