B
B
beduin012018-06-26 18:52:50
Python
beduin01, 2018-06-26 18:52:50

Are Celery analogs needed in C#?

Do I understand correctly that Celery in Python is a replacement for async\await in C#? And in Sharp, analogues are not needed. do the same async\await task there?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2018-06-26
@sim3x

Celery
is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question