event/TimerEvent: rename IsActive() to IsPending()
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
return loop;
|
||||
}
|
||||
|
||||
bool IsActive() const noexcept {
|
||||
bool IsPending() const noexcept {
|
||||
return is_linked();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user