socketif.h File Reference
#include <string>
Go to the source code of this file.
Classes | |
class | tnt::SocketIf |
Namespaces | |
namespace | tnt |
in tntnet (mainthread): Jobqueue queue; void mainloop() { while (1) { Jobqueue::JobPtr j = new Tcpjob(); j->accept(poller.get()); queue.put(j); } } |