Name parallel executor
This commit is contained in:
parent
8c75cac48a
commit
96c533fc1a
@ -9,3 +9,6 @@ class Parallel:
|
|||||||
return await asyncio.gather(*[
|
return await asyncio.gather(*[
|
||||||
target(action) for action in self.actions
|
target(action) for action in self.actions
|
||||||
])
|
])
|
||||||
|
|
||||||
|
def __str__(self):
|
||||||
|
return 'Parallel executor'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user