Jason Tackaberry wrote:
> 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)
>
> ?

No, IMHO InProgress should stay as it is.
| some_yield_exec_func().connect(my_handler)

Dischi

-- 
Conversation, n.:
        A vocal competition in which the one who is catching his breath
        is called the listener.

Attachment: pgpJPJZPulZ93.pgp
Description: PGP signature

-------------------------------------------------------------------------
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