Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

12 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages