On 2008-01-14 10:11, Dirk Meyer wrote:
> I just looked at the code again. We have: Process, Thread and
> ThreadCallback. When you create the object, nothing happens. All these
> classes have a run/register function. So what about:
>
> class BackgroundObject(object):
>     def __init__(self):
>         self.signals = kaa.Signals('completed', 'exception')
>   

Ok, so the usage is:

    some_yield_exec_func().signals['completed'].connect(my_handler)

?

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to