examplerun.py 84 B

1234
  1. >>> result = add.delay(8, 8)
  2. >>> result.wait() # wait for and return the result
  3. 16