Skip to content
/ XTimer Public

It solves the problem that NSTimer needs to add and open runLoop manually in sub-threads, and will cause memory leak.

License

Notifications You must be signed in to change notification settings

StrongX/XTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XTimer

CI Status Version License Platform

Description

XTimer uses GCD Source to solve the possible problems in NSTimer. It also realizes the functions of timer pause and restart.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

XTimer is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'XTimer'

Author

StrongX, [email protected]

License

XTimer is available under the MIT license. See the LICENSE file for more info.

About

It solves the problem that NSTimer needs to add and open runLoop manually in sub-threads, and will cause memory leak.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published