getCurrentRunLoop static method

NSRunLoop getCurrentRunLoop()

currentRunLoop

Implementation

static NSRunLoop getCurrentRunLoop() {
  final $ret = _objc_msgSend_151sglz(_class_NSRunLoop, _sel_currentRunLoop);
  return NSRunLoop.fromPointer($ret, retain: true, release: true);
}