This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
kombu
mirror of
https://github.com/celery/kombu.git
Watch
1
Star
1
Fork
You've already forked kombu
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a696a4f658
kombu
/
examples
/
simple_task_queue
/
tasks.py
6 lines
92 B
Python
Raw
Blame
History
from
__future__
import
annotations
def
hello_task
(
who
=
'
world
'
)
:
print
(
f
'
Hello
{
who
}
'
)
Reference in New Issue
View Git Blame
Copy Permalink