EventLoop_Run_Result列挙型
ヘッダー: applibs </eventloop.h #include>
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 1 つ以上のイベントを処理した後に完了します。