Fcitx
|
Public Member Functions | |
LibUVSourceBase (const std::shared_ptr< UVLoop > &loop) | |
void | cleanup () |
virtual void | init (uv_loop_t *loop)=0 |
void | resetEvent () |
Protected Member Functions | |
void | setState (LibUVSourceEnableState state) |
Protected Attributes | |
std::weak_ptr< UVLoop > | loop_ |
uv_handle_t * | handle_ = nullptr |
LibUVSourceEnableState | state_ = LibUVSourceEnableState::Disabled |
Definition at line 35 of file event_libuv.h.