Ejemplo n.º 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()
Ejemplo n.º 2
0
def done(x):
    print(x)
    return tl.shutdown()