- Added notice about something I would like to have fixed
This commit is contained in:
Tristan B. Velloza Kildaire 2023-02-26 17:09:01 +02:00
parent 7a69537ebe
commit 24f0d69bc0
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
module libsnooze.event;
// TODO: Would be nice if this built without unit tests failing
// ... so I'd like libsnooze.clib to work as my IDE picks up on
// ... it then
import clib : pipe, write, read;
import clib : select, fd_set, fdSetZero, fdSetSet;
import clib : timeval, time_t, suseconds_t;