![]() |
API 0.9.5
|
00001 00002 @interface CPRunLoop : CPObject 00003 { 00004 BOOL _runLoopLock; 00005 00006 Object _timersForModes; //should be a dictionary to allow lookups by mode 00007 Object _nativeTimersForModes; 00008 CPDate _nextTimerFireDatesForModes; 00009 BOOL _didAddTimer; 00010 CPDate _effectiveDate; 00011 00012 CPArray _orderedPerforms; 00013 int _runLoopInsuranceTimer; 00014 } 00015 @end