On Fri, 2009-01-23 at 22:13 +0100, Dirk Meyer wrote:
> Log:
> add coroutine to expose

I prefer using a double decorator.

        @kaa.rpc.expose()
        @kaa.coroutine()
        def foo():
           ...

No need for new kwargs or anything, and it's clear what is happening.



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to