continuous return?

2009-11-03 Thread Someone Something
I'm trying to write something related to IRC. The thing is, I have one thread receiving and another sending. But, how can I keep the caller of the recv() function informed about what was last received so that it can all be printed out. But, I no idea how I can accomplish this. I was thinking about

Re: continuous return?

2009-11-03 Thread Gabriel Genellina
En Wed, 04 Nov 2009 00:20:05 -0300, Someone Something fordhai...@gmail.com escribió: I'm trying to write something related to IRC. The thing is, I have one thread receiving and another sending. But, how can I keep the caller of the recv() function informed about what was last received so