5 #ifndef __WVSUBPROCQUEUESTREAM_H 6 #define __WVSUBPROCQUEUESTREAM_H 8 #include "wvsubprocqueue.h" 27 const char *wstype()
const {
return "WvSubProcQueueStream"; }
30 #endif // __WVSUBPROCQUEUESTREAM_H virtual void execute()
The callback() function calls execute(), and then calls the user- specified callback if one is define...
A variant of WvSubProcQueue that can be added to a WvStreamList so that WvSubProcQueue::go() gets cal...
Unified support for streams, that is, sequences of bytes that may or may not be ready for read/write ...
A WvLog stream accepts log messages from applications and forwards them to all registered WvLogRcv's...
An ordered queue of WvSubProc instances.