共用方式為


EventLoop_Run_Result Enum

頁首: #include < applibs/eventloop.h>

EventLoop_Run 函數 的可能傳回值。

typedef int EventLoop_Run_Result;
enum {
    EventLoop_Run_Failed = -1,
    EventLoop_Run_FinishedEmpty = 0,
    EventLoop_Run_Finished = 1,
};

成員

EventLoop_Run_Failed

EventLoop_Run 失敗; errno 具有特定的錯誤碼。

EventLoop_Run_FinishedEmpty

EventLoop_Run 完成而不處理任何事件。

EventLoop_Run_Finished

EventLoop_Run 處理一或多個事件之後完成。