`NSThread` is part of the Objective-C Foundation Framework and provides developers a way to create and manage threads.
Is it ok to use of a notification to communication back to the main thread of an IOS app? (cf …
iphone ios nsthread nsnotifications nsnotificationcenter