From 83676c8777821109f30c568be9d0eb71305893d4 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Wed, 1 Jan 2025 20:11:16 +0000 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 39a980e..1901e3a 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ Testing some (potentially stupid 😅) ideas for a generic event system implment ## Todos -- [x] Implement system initialisation -- [x] Implement system deinitialisation +- [x] ~~Implement system initialisation~~ +- [x] ~~Implement system deinitialisation~~ - [ ] 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-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 -- [x] Implement removing a previously registered event +- [x] Implement removing a previously registered event~~ - [ ] Implement adding new event listeners - - [x] Re-use a free slot if one exists - - [x] Register a new listeners when not out of capacity and no free listeners exist + - [x] ~~Re-use a free slot if one exists~~ + - [x] ~~Register a new listeners when not out of capacity and no free listeners exist~~ - [ ] Re-allocate to add more listeners when out of capacity -- [x] Implement removing an existing listener -- [x] Implement emitting an event +- [x] ~~Implement removing an existing listener~~ +- [x] ~~Implement emitting an event~~