2
Almost as simple as you said:
calculator.apply_async()
OR
calculator.delay()
See the docs on how to call tasks for more details.
Source:stackexchange.com
2
Almost as simple as you said:
calculator.apply_async()
OR
calculator.delay()
See the docs on how to call tasks for more details.