Implemented new class Msg_Thread which allows for threaded facilities
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 30 May 2005 20:08:58 +0000 (20:08 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 30 May 2005 20:08:58 +0000 (20:08 +0000)
commit7f81d5b3aa6b9d7e4c5c1e02c91dd416eb97d19e
tree3b61bd54cd79bdf5686c563edf0ec27891d766e1
parente0c91845b81ed75c36af0fef3306760facf61725
Implemented new class Msg_Thread which allows for threaded facilities
combined with the socketObservable interface. That is it allows for
threading combined with select/poll.
src/msg-thread.cpp [new file with mode: 0644]
src/msg-thread.h [new file with mode: 0644]
src/tstthreads.cpp