Skip to content

Instantly share code, notes, and snippets.

View patka817's full-sized avatar

Patrik Karlsson patka817

View GitHub Profile
@patka817
patka817 / debounce-throttle.swift
Created April 14, 2022 16:45 — forked from simme/debounce-throttle.swift
Swift 3 debounce & throttle
//
// debounce-throttle.swift
//
// Created by Simon Ljungberg on 19/12/16.
// License: MIT
//
import Foundation
extension TimeInterval {