Skip to content

paulAndKey/DBLThread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DBLThread

子线程保持活跃

###用法简单,只需要导入头文件

#import "DBLThread.h"
@property (nonatomic,strong) DBLThread *thread;

self.thread = [[DBLThread alloc] init];

###开启

[self.thread run];

###结束

[self.thread stop];

About

子线程保持活跃

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published