There is generic event (signal, in gtk parlance) code in the GTK (the pike-part) module.
/ Per Hedbor ()
Previous text:
2004-05-24 10:32: Subject: Events in pike?
Is there anyone except for me that likes to use events in their code? In several of my projects, I've implemented eventsystems with a register_event() method and a fire_event() method in a very simple fashion. The thought has occured to me, to write something more general and put it within Pike.
But before I spend any time on it, I'd like some input on the matter. For instance, is it useful enough to write put in Pike? Would you like it to work in some special way? How do you normally implement events in Pike?
/ Marcus Agehall (Scanian)