次のような通知を実行することは可能ですか
-(void) testMethod
{
[[NSNotificationQueue defaultQueue] enqueueNotification:[NSNotification notificationWithName:@"TEST123" object:self userInfo:parms]postingStyle:NSPostNow coalesceMask:NSNotificationNoCoalescing forModes:nil];
NSLog(@"test123");
//.....
「-(void)testMethod」が NSLog の実行に進むように...、通知によって呼び出されたメソッドが終了しませんでした。スレッドなしで解決する方法はありますか?