def done(x): print(x) # shutdown tells taskloaf that it should end the program and not expect any # more tasks to run. return tl.shutdown()
def done(x): print(x) return tl.shutdown()