コード例 #1
0
ファイル: python_fib.py プロジェクト: tbenthompson/taskloaf
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()
コード例 #2
0
ファイル: readme.py プロジェクト: tbenthompson/taskloaf
def done(x):
    print(x)
    return tl.shutdown()