add docs and some hashmap code

This commit is contained in:
2024-11-10 17:06:52 +01:00
parent 5e5d25cd75
commit f1612dad0f
7 changed files with 114 additions and 10 deletions

View File

@@ -85,5 +85,3 @@ union epoll_data {
uint64_t u64;
};
```
**TODO: improve the notes for epoll()**