Handle happened events on fd.
Definition at line 23 of file Channel.cpp.
24 {
25 if (
m_Tie.has_value())
26 {
27 if (
m_Tie.value().lock())
28 {
30 }
31 }
32 else
33 {
35 }
36 }
std::optional< std::weak_ptr< void > > m_Tie
void HandleEventsWithGuard() const
Internal handle happened events on fd.
References HandleEventsWithGuard().