Skip to content

kocakmstf/AsyncTaskQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AsyncTaskQueue

This is a sample app to run sync tasks (queue tasks) in async thread. You can define timeinterval too. Usage:

[[TaskQueue SharedInstance] AddTask:^{
    [self SendEmail];
    //do other stuff you want to do in async thread
} timeInterval:1];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published