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?
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.