ListenerHandle
should have been an alias for uint64_t
#5
Labels
improvement
Code refactor or minor changes that are not new features
I don't exactly know why I decided to make
ListenerHandler
as a custom struct. It doesn't make sense and I think it should be anuint64_t
for the sake of simplicity.(maybe some time ago I probably wanted a RAII "token" that would remove the listener automatically)
The text was updated successfully, but these errors were encountered: