diff options
Diffstat (limited to 'ryu/services/protocols/bgp/utils/evtlet.py')
-rw-r--r-- | ryu/services/protocols/bgp/utils/evtlet.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ryu/services/protocols/bgp/utils/evtlet.py b/ryu/services/protocols/bgp/utils/evtlet.py index 4c2aa44b..339837fb 100644 --- a/ryu/services/protocols/bgp/utils/evtlet.py +++ b/ryu/services/protocols/bgp/utils/evtlet.py @@ -34,6 +34,7 @@ class EventletIOFactory(object): LOG.debug('create_looping_call called') return LoopingCall(funct, *args, **kwargs) + # TODO: improve Timer service and move it into framework class LoopingCall(object): """Call a function repeatedly. |