mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
AK+LibCore: Add an IDAllocator and use to allocate timer ids
This commit is contained in:
parent
d5fea1b235
commit
861f40f014
3 changed files with 43 additions and 9 deletions
|
@ -85,7 +85,6 @@ private:
|
|||
};
|
||||
|
||||
static HashMap<int, NonnullOwnPtr<EventLoopTimer>>* s_timers;
|
||||
static int s_next_timer_id;
|
||||
|
||||
static HashTable<CNotifier*>* s_notifiers;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue