Add epoll todo

This commit is contained in:
2023-01-03 19:04:25 +01:00
parent f87fb74ced
commit 490c8a2ae0

View File

@ -152,6 +152,8 @@ void async_free(void) {
void async_thread(void) {
evt_listen_t *local = list_create(sizeof(evt_listen_t), 16);
// TODO use epoll instead of poll
thread = pthread_self();
// main event loop