summaryrefslogtreecommitdiff
path: root/examples/simple_task_queue/tasks.py
blob: 2810f7a891f0c439dedac0753cdc502acac920c5 (plain)
1
2
def hello_task(who='world'):
    print(f'Hello {who}')