asünkroonses
Asynchronous refers to a state or process that is not synchronized or does not occur at the same time. In computing, asynchronous operations allow a program to perform other tasks while waiting for a long-running operation to complete. This prevents the program from freezing or becoming unresponsive. For example, when a web browser downloads a file, it can continue to display the page content and allow user interaction while the download proceeds in the background.
Asynchronous programming models are commonly used in areas like network requests, file I/O, and user interface
In a broader sense, asynchronous can describe anything that happens independently of a central timing mechanism.