Retry
Namespace: MBrace.Runtime.Utils
Retry utilities
Nested types and modules
Type | Description |
RetryPolicy | |
sec |
Functions and values
Function or value | Description |
retry arg1 f
Signature: RetryPolicy -> f:(unit -> 'T) -> 'T
Type parameters: 'T |
retries given action based on policy |
retryAsync arg1 f
Signature: RetryPolicy -> f:Async<'T> -> Async<'T>
Type parameters: 'T |
retries given action based on given policy |