ucomah / DispatchTimer

DispatchSourceTimer based timer implementation that allows calling start-resume multiple times.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DispatchTimer

Mimics the API of DispatchSourceTimer but in a way that prevents crashes that occur from calling resume multiple times on a timer that is already resumed (noted by SiftScience/sift-ios#52)

About

DispatchSourceTimer based timer implementation that allows calling start-resume multiple times.

License:Apache License 2.0


Languages

Language:Swift 100.0%