Skip to content

Instantly share code, notes, and snippets.

View iMaxim's full-sized avatar
🇷🇺

Maxim iMaxim

🇷🇺
View GitHub Profile
@iMaxim
iMaxim / AutoRetry.swift
Created January 12, 2023 16:21 — forked from kean/AutoRetry.swift
Smart Auto Retry using RxSwift
// The MIT License (MIT)
//
// Copyright (c) 2017 Alexander Grebenyuk (github.com/kean).
import Foundation
import RxSwift
import RxCocoa
extension ObservableType {