CFRunLoopGetCurrent
現在のスレッドの実行ループを返します
CFRunLoopRef CFRunLoopGetCurrent
解説
現在のスレッドの実行ループを返します。
返り値
引数
なし
クラス
CFRunLoop
Function
使用可能
10.0
参照
例文
CFRunLoopAddSource( CFRunLoopGetCurrent(), client->fRunLoopSource, kCFRunLoopDefaultMode);
assert( ! CFSetContainsValue(gClients, client) );
// It's all good. Record that this client exists.
CFSetAddValue(gClients, client);