Skip to main content
Version: 2.x

bursar.retry_bursar_operation_async

async bursar.retry_bursar_operation_async(operation, *args, retry_options=None, **kwargs)

Async counterpart to retry_bursar_operation().

  • Parameters:
    • operation (Callable [ [ ... ] , Awaitable ])
    • args (Any)
    • retry_options (BursarRetryOptions | None)
    • kwargs (Any)
  • Return type: R