Dobby  3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
Public Member Functions | List of all members
AICommon::IPollLoop Class Referenceabstract
Inheritance diagram for AICommon::IPollLoop:
Inheritance graph
[legend]

Public Member Functions

virtual bool start (int priority=-1)=0
 
virtual void stop ()=0
 
virtual std::thread::id threadId () const =0
 
virtual pid_t gettid () const =0
 
virtual bool addSource (const std::shared_ptr< IPollSource > &source, int fd, uint32_t events)=0
 
virtual bool modSource (const std::shared_ptr< IPollSource > &source, uint32_t events)=0
 
virtual void delSource (const std::shared_ptr< IPollSource > &source, int fd=-1)=0
 
virtual bool hasSource (const std::shared_ptr< IPollSource > &source)=0
 

The documentation for this class was generated from the following file: