DanielSank / observed

Observer pattern in python
MIT License
33 stars 4 forks source link

Is default weakref'ing a good idea? #15

Open DanielSank opened 7 years ago

mateuszzebek commented 2 years ago

hi, first off - i like the library very much, it saves a lot of boilerplate code and allows easy observer implementation. love it!

however, i want to make sure that my observes DO NOT disappear at any circumstance - how to achieve it the easiest way?

DanielSank commented 2 years ago

Hi @mateuszzebek. Let's take this discussion to a separate issue. Would you mind filing a new one?