Crate retrying

source ·

Re-exports

Modules

Structs

Functions

  • read retrying environment using prefix and name and return the value from environment if it exists and has correct format. Otherwise method prints error to stderr and returns original value. This method is a part of developer API and should not be used directly (it is public because retry macros uses it together with envs_prefix configuration option).
  • Puts the current thread to sleep for at least the specified amount of time.

Attribute Macros

  • macros that allows add retrying functionality to rust functions