Use async I/O.

FossilOrigin-Name: e7f34ce8d03e83a75b0da0471aafe0e84e139f0b2e4f5dde571bd6b5bdd07cbd
This commit is contained in:
Jonathan Schleifer 2012-10-17 20:18:30 +00:00
parent 89e58c938f
commit 2d705754fd
3 changed files with 43 additions and 23 deletions

View file

@ -110,6 +110,6 @@
fromChannel: (IRCChannel*)channel
withReason: (OFString*)reason;
- (void)changeNicknameTo: (OFString*)nickname;
- (void)process;
- (void)processLine: (OFString*)line;
- (void)handleConnection;
@end