1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00

merged changes in axis

This commit is contained in:
Alex Forencich 2019-07-16 00:30:49 -07:00
commit 583849e0db
2 changed files with 2 additions and 0 deletions

View File

@ -409,6 +409,7 @@ class AXIStreamSink(object):
return not self.active
def wait(self, timeout=0):
yield delay(0)
if self.queue:
return
if timeout:

View File

@ -114,6 +114,7 @@ class LocalLinkSink(object):
return not self.queue
def wait(self, timeout=0):
yield delay(0)
if self.queue:
return
if timeout: