Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvo committed Aug 21, 2024
1 parent 017af5f commit af89812
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ingestify/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ def map_async(self, func, iterable):
def join(self):
return True

def close(self):
return True


class TaskExecutor:
def __init__(self, processes=0):
Expand Down

0 comments on commit af89812

Please sign in to comment.