Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IEventSource::start ( void  )
pure virtual

This method is called by p6IEventQ to start the event source.

The event source should do whatever it needs to begin servicing I/O requests. For example, allocating worker threads, buffers, synchronization interfaces etc.

Returns