Merge "Add cooperative_yield() to OvsdbIdl"

This commit is contained in:
Zuul 2021-12-02 21:12:57 +00:00 committed by Gerrit Code Review
commit 5c1ad05fe0
1 changed files with 3 additions and 0 deletions

View File

@ -159,6 +159,9 @@ class Connection(object):
class OvsdbIdl(idl.Idl):
def cooperative_yield(self):
time.sleep(0)
@classmethod
def from_server(cls, connection_string, schema_name, *args,
helper=None, helper_tables=None, **kwargs):