Does anyone tell is GNUstep NSRunLoop extension functions:
- (void) addEvent: (void*)data type: (RunLoopEventType)type watcher: (id)watcher forMode: (NSString*)mode;
this method is work?, and how to setup the argument data? I set a pipe to read file description, but it seems not work fine. Really hard to figure out the question, can anyone help me?