245 B
245 B
Asynchronous programming
Asynchronous programming is a style of parallel programming, using separate threads for separate units of work. The main benefits of asynchronous programming are improved application performance and responsiveness.