Hi, Dear all:

I want to create a new thread/coroutine in RYU app, i find it's not ok to
write the code below:

class App(app_manager.RyuApp) :
    def __init__(self, *args, **kwargs):
        ...
        hub.spawn(New_One())

-- 
Best Regards,
Vinllen
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to