Update README.md

This commit is contained in:
Abdelrahman Said 2025-01-25 23:10:01 +00:00
parent 2872e0d98a
commit 287ff9c798

View File

@ -7,7 +7,7 @@ Testing some (potentially stupid 😅) ideas for a generic event system implment
- [x] ~~Implement system initialisation~~
- [x] ~~Implement system deinitialisation~~
- [ ] Implement registering new events
- [x] ~~Implement registering new events~~
- [x] ~~Re-use a free slot if one exists~~
- [x] ~~Register a event new when not out of capacity and no free events exist~~
- [x] ~~Re-allocate to add more events when out of capacity~~