event/*Monitor: add method GetEventLoop()
This commit is contained in:
@@ -44,6 +44,10 @@ public:
|
||||
Cancel();
|
||||
}
|
||||
|
||||
EventLoop &GetEventLoop() {
|
||||
return loop;
|
||||
}
|
||||
|
||||
void Schedule();
|
||||
void Cancel();
|
||||
|
||||
|
Reference in New Issue
Block a user