fixed initial computation queue state
This commit is contained in:
parent
373c38113f
commit
4a3ac150cf
@ -29,7 +29,7 @@ def make_processor_fn(operation, buffer_size, batched):
|
||||
|
||||
class Processor(abc.ABC):
|
||||
def __init__(self, processor_fn):
|
||||
self.execution_queue = []
|
||||
self.execution_queue = chain([])
|
||||
self.processor_fn = processor_fn
|
||||
|
||||
def run(self, package, final):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user