issues
search
Possseidon
/
dang-lib
A C++ library, providing a variety of useful classes focused around game developement.
3
stars
1
forks
source link
Make event subscriptions/event scope safe.
#49
Closed
Possseidon
closed
2 years ago
Possseidon
commented
3 years ago
Make events reference counted with subscriptions holding a weak ref.
This way subscriptions know if an event still exists when going out of scope.