educative.io

Concurrency VS Asynchronization

Could you explain the difference between Concurrency and Asynchronization?

Hi @Salah_Abdelrahman,

Concurrency allow multiple tasks to run parallel (at the same time) and asynchronous request for task to run concurrently and get notified when that task is completed, so that it can do anything else.

In very simple words, concurrency is the behaviour which asynchronous uses to get things done.

I hope I have answered your question. If I am unable to answer your question then please do let me know. Thanks.