Update README.md

This commit is contained in:
Abdelrahman Said 2025-01-25 23:09:09 +00:00
parent 8b3216f416
commit 705812c754

View File

@ -10,7 +10,7 @@ Testing some (potentially stupid 😅) ideas for a generic event system implment
- [ ] 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~~
- [ ] Re-allocate to add more events when out of capacity
- [ ] ~~Re-allocate to add more events when out of capacity~~
- [x] ~~Implement removing a previously registered event~~
- [ ] Implement adding new event listeners
- [x] ~~Re-use a free slot if one exists~~