event/SocketEvent: add method GetReadyFlags()
This commit is contained in:
parent
cf01db4d08
commit
3e2bff296f
@ -110,6 +110,10 @@ public:
|
||||
return scheduled_flags;
|
||||
}
|
||||
|
||||
unsigned GetReadyFlags() const noexcept {
|
||||
return ready_flags;
|
||||
}
|
||||
|
||||
void SetReadyFlags(unsigned flags) noexcept {
|
||||
ready_flags = flags;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user