From 10efc27a354190387aa65f047c70c5ffafb5eea3 Mon Sep 17 00:00:00 2001 From: Andrea Altea Date: Thu, 11 Apr 2019 20:24:14 +0200 Subject: [PATCH] Feat: add throttlePipe --- PowerTools/Core/Classes/Pipeline/Pipes/ThrottlePipe.swift | 8 ++++++++ PowerTools/Core/Classes/Utils/DispatchTime.swift | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 PowerTools/Core/Classes/Pipeline/Pipes/ThrottlePipe.swift create mode 100644 PowerTools/Core/Classes/Utils/DispatchTime.swift diff --git a/PowerTools/Core/Classes/Pipeline/Pipes/ThrottlePipe.swift b/PowerTools/Core/Classes/Pipeline/Pipes/ThrottlePipe.swift new file mode 100644 index 0000000..dc1f7b5 --- /dev/null +++ b/PowerTools/Core/Classes/Pipeline/Pipes/ThrottlePipe.swift @@ -0,0 +1,8 @@ +// +// ThrottlePipe.swift +// Pods-PowerTools_Example +// +// Created by Andrea Altea on 11/04/2019. +// + +import Foundation diff --git a/PowerTools/Core/Classes/Utils/DispatchTime.swift b/PowerTools/Core/Classes/Utils/DispatchTime.swift new file mode 100644 index 0000000..1badf4d --- /dev/null +++ b/PowerTools/Core/Classes/Utils/DispatchTime.swift @@ -0,0 +1,8 @@ +// +// DispatchTime.swift +// PowerTools +// +// Created by Andrea Altea on 11/04/2019. +// + +import Foundation