Example #1
0
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()
Example #2
0
def done(x):
    print(x)
    return tl.shutdown()