Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

LJTimer

介绍

使用dispatch_source 开发的定时器

创建

- (void)startAt: (dispatch_time_t)delay seconds: (dispatch_time_t)seconds success: (void(^)(void))success progress: (void(^)(NSUInteger value))progress complete: (void(^)(void))complete;

暂停

- (void)suspend: (void(^)(void))complete;

继续

- (void)resume:(void(^)(void))complete;

销毁

- (void)cancel;

About

timer by dispatch_source

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages