Skip to content

ObjColumnist/NSThread-MCSMAdditions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NSThread+MCSMAdditions

NSThread+MCSMAdditions is a category on NSThread that adds Block based APIs.

Example

To perform a block of code on a background thread you can use the MCSM_performBlockInBackground: method.

[NSThread MCSM_performBlockInBackground:^{
	[object doSomething];
}];

Additional Information

For more information please visit http://objcolumnist.com/2011/05/03/performing-a-block-of-code-on-a-given-thread/

About

A category on NSThread which adds block based APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published