EventLoop_Run_Result Sabit Listesi

Üst bilgi: applibs/eventloop.h #include <>

EventLoop_Run işlevi için olası dönüş değerleri.

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

Üyeler

EventLoop_Run_Failed

EventLoop_Run başarısız; errno belirli bir hata koduna sahiptir.

EventLoop_Run_FinishedEmpty

EventLoop_Run hiçbir olay işlemeden tamamlandı.

EventLoop_Run_Finished

EventLoop_Run bir veya daha fazla olay işlendikten sonra bitti.