Asynchronous is a style of programming that involves executing multiple tasks simultaneously rather than sequentially. Asynchronous programming allows tasks to run independently of the main program flow, permitting longer processes to run in parallel while the application remains responsive to user interaction. The results of asynchronous tasks (if any) are returned upon completion.
Related terms
- task
- loadable
- job request
- client API