Dirk Meyer wrote:
> What happens if you call setp without ever calling loop before?

This is what's happening in our case, we don't run the loop() in
nf_twisted.py.  These extra bits, and also what's in _init(), are what
reactor.run() and it's loop does.  This way we can just init the
notifier and use kaa.notifier's loop() which just calls step() over and
over (twisted doesn't have a real step()-like method).  This way we're
doing exactly what reactor.run() does without using the twisted loop
directly.

-Rob

Attachment: signature.asc
Description: OpenPGP digital 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